An open API service indexing awesome lists of open source software.

https://github.com/greathayat/hello-world-blockchain

A simple web application to interact with the Solidity Smart Contract!
https://github.com/greathayat/hello-world-blockchain

alchemyapi blockchain ethereum ethersjs hardhat hardhat-deployment hardhat-node metamask-wallet smart-contracts solidity

Last synced: 7 months ago
JSON representation

A simple web application to interact with the Solidity Smart Contract!

Awesome Lists containing this project

README

          

# hello-world-blockchain
A simple web application to interact with the Solidity Smart Contract!

## Steps to setup the `backend-app`

- cd `backend-app`
- `npm install`
- `npx hardhat compile`
- `npx hardhat run scripts/deploy.js --network localhost` (This command will give you the address of deployed `smart contract`
- `npx hardhat node`

## Steps to setup the `frontend-app`

- cd `frontend-app`
- `npm install`
- `npm start`
- Make sure, you have installed the metamask extension in your chrome browser

## How to import hardhat test account in the MetaMask and get test ETH

- Following link will help you to setup the metamask wallet with hardhat node
- https://www.youtube.com/watch?v=FTDEX3S1eqU