|
|
3 년 전 | |
|---|---|---|
| .idea | 3 년 전 | |
| scripts | 3 년 전 | |
| test | 3 년 전 | |
| .gitignore | 3 년 전 | |
| .secret.ts.sample | 3 년 전 | |
| README.md | 3 년 전 | |
| hardhat.config.ts | 3 년 전 | |
| package.json | 3 년 전 | |
| tsconfig.json | 3 년 전 |
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