|
|
преди 3 години | |
|---|---|---|
| .idea | преди 3 години | |
| abi | преди 3 години | |
| config | преди 3 години | |
| contracts | преди 3 години | |
| scripts | преди 3 години | |
| test | преди 3 години | |
| utils | преди 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/deployCalc.ts