Abhishek Singh - 18103007
Akanksha Ramrane - 18103014
Aman Kumar Rahi – 18103015
Gaurav Bhardwaj - 18103034
Rahul Singh - 18103075
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat helpSteps to run this app:
- npx hardhat node
- npx hardhat run scripts/deploy.js --network localhost
- copy the contract address from above to constants/contract-data.js
- npm start