Go to file
2023-12-09 18:20:41 +00:00
contracts add code and tests 2023-12-09 18:20:41 +00:00
scripts add code and tests 2023-12-09 18:20:41 +00:00
test add code and tests 2023-12-09 18:20:41 +00:00
.gitignore add code and tests 2023-12-09 18:20:41 +00:00
hardhat.config.js add code and tests 2023-12-09 18:20:41 +00:00
package-lock.json add code and tests 2023-12-09 18:20:41 +00:00
package.json add code and tests 2023-12-09 18:20:41 +00:00
README.md add code and tests 2023-12-09 18:20:41 +00:00

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

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