The Faucet is a contract that allows users to claim free tokens for the Toucan ecosystem (like TCO2s, BCT, NCT) on testnet networks.
For current deployments, see the ./deployments
folder.
# install dependencies
yarn install
# test the contract
yarn hardhat test
# deploy the contract
yarn hardhat deploy --network <network>
# verify the contract
yarn hardhat verify --network <network> --contract "contracts/Faucet.sol:Faucet" <address>