|
|
há 3 anos atrás | |
|---|---|---|
| .idea | há 3 anos atrás | |
| scripts | há 3 anos atrás | |
| test | há 3 anos atrás | |
| .gitignore | há 3 anos atrás | |
| .secret.ts.sample | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| hardhat.config.ts | há 3 anos atrás | |
| package.json | há 3 anos atrás | |
| tsconfig.json | há 3 anos atrás |
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