Go to file
2023-10-21 20:11:35 +00:00
contracts first commit 2023-10-21 20:11:35 +00:00
scripts first commit 2023-10-21 20:11:35 +00:00
.gitignore first commit 2023-10-21 20:11:35 +00:00
.prettierrc first commit 2023-10-21 20:11:35 +00:00
hardhat.config.js first commit 2023-10-21 20:11:35 +00:00
package-lock.json first commit 2023-10-21 20:11:35 +00:00
package.json first commit 2023-10-21 20:11:35 +00:00
README.md first commit 2023-10-21 20:11:35 +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