|
|
vor 3 Jahren | |
|---|---|---|
| .idea | vor 3 Jahren | |
| abi | vor 3 Jahren | |
| config | vor 3 Jahren | |
| contracts | vor 3 Jahren | |
| scripts | vor 3 Jahren | |
| test | vor 3 Jahren | |
| utils | vor 3 Jahren | |
| .gitignore | vor 3 Jahren | |
| .secret.ts.sample | vor 3 Jahren | |
| README.md | vor 3 Jahren | |
| hardhat.config.ts | vor 3 Jahren | |
| package.json | vor 3 Jahren | |
| tsconfig.json | vor 3 Jahren |
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/deployCalc.ts