|
|
hace 3 años | |
|---|---|---|
| .idea | hace 3 años | |
| abi | hace 3 años | |
| scripts | hace 3 años | |
| test | hace 3 años | |
| .gitignore | hace 3 años | |
| .secret.ts.sample | hace 3 años | |
| README.md | hace 3 años | |
| contracts.ts | hace 3 años | |
| hardhat.config.ts | hace 3 años | |
| package.json | hace 3 años | |
| tsconfig.json | hace 3 años |
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