No description
  • Solidity 67.1%
  • JavaScript 32.9%
Find a file
2026-09-02 14:19:06 +00:00
contracts Fix bug where 0 balance accounts earned rewards 2022-10-19 01:40:11 -07:00
test Fix bug where 0 balance accounts earned rewards 2022-10-19 01:40:11 -07:00
.gitignore Initial Commit 2022-10-08 23:33:40 -07:00
CODEOWNERS Add CODEOWNERS for org code maintainers. 2026-09-02 14:19:06 +00:00
hardhat.config.js Initial Commit 2022-10-08 23:33:40 -07:00
networkConfig.COPY.json Initial Commit 2022-10-08 23:33:40 -07:00
package.json Initial Commit 2022-10-08 23:33:40 -07:00
README.md Initial Commit 2022-10-08 23:33:40 -07:00
yarn-error.log Initial Commit 2022-10-08 23:33:40 -07:00
yarn.lock Initial Commit 2022-10-08 23:33:40 -07:00

Sample Hardhat Project

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:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js