Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 708 Bytes

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