A simple web application to interact with the Solidity Smart Contract!
- cd
backend-app
npm install
npx hardhat compile
npx hardhat run scripts/deploy.js --network localhost
(This command will give you the address of deployedsmart contract
npx hardhat node
- cd
frontend-app
npm install
npm start
- Make sure, you have installed the metamask extension in your chrome browser
- Following link will help you to setup the metamask wallet with hardhat node
- https://www.youtube.com/watch?v=FTDEX3S1eqU