No description
  • JavaScript 51.4%
  • Solidity 48.6%
Find a file
2026-09-02 14:18:30 +00:00
contracts Fix harvest() logic 2021-09-28 23:11:51 -04:00
scripts Fix harvest() logic 2021-09-28 23:11:51 -04:00
test CzfBeltVault contract basis 2021-09-28 21:05:16 -04:00
.DS_Store CzfBeltVault contract basis 2021-09-28 21:05:16 -04:00
.gitignore CzfBeltVault contract basis 2021-09-28 21:05:16 -04:00
CODEOWNERS Add CODEOWNERS for org code maintainers. 2026-09-02 14:18:30 +00:00
hardhat.config.js Fix harvest() logic 2021-09-28 23:11:51 -04:00
LICENSE Add LICENSE GPL-3 2021-09-28 21:07:14 -04:00
package-lock.json CzfBeltVault contract basis 2021-09-28 21:05:16 -04:00
package.json Mainnet fork configuration 2021-09-28 21:58:27 -04:00
README.md CzfBeltVault contract basis 2021-09-28 21:05:16 -04:00
secrets.json.copy Mainnet fork configuration 2021-09-28 21:58:27 -04:00

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/deploy.js
npx hardhat help

Contracts

CzfBeltVault

Address

  • testnet

    0x76D8b248e5389Cf85DDA4A4807FB2f4B63140BA7

  • mainnet

    TBD

Scripts

compile

npm run compile

deploy

npm run deploy:testnet

verify

npx hardhat verify --network testnet DEPLOYED_CONTRACT_ADDRESS

Reference