Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 473 Bytes

NFT based Document verification

How to run this project locally

  1. git clone the repository on your local system.
  2. On the root directory run the command :
 npm install
  1. cd to the frontend folder and run the same command as step-2
  2. To run the Vite server run the command :
 npm run dev

Some hardhat commands :

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js