|
|
il y a 3 ans | |
|---|---|---|
| .idea | il y a 3 ans | |
| abi | il y a 3 ans | |
| scripts | il y a 3 ans | |
| test | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| .secret.ts.sample | il y a 3 ans | |
| README.md | il y a 3 ans | |
| contracts.ts | il y a 3 ans | |
| hardhat.config.ts | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tsconfig.json | il y a 3 ans |
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:
cp .secret.ts.sample .secret.ts
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts