Go to file
leggio bd4012f0fd feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
contracts feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
scripts feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
.gitignore feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
README.md feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
hardhat.config.ts feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
package.json feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
tsconfig.json feat: contracts and deploy script 2022-11-09 10:19:59 -05:00
yarn.lock feat: contracts and deploy script 2022-11-09 10:19:59 -05:00

README.md

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.ts