/faucet

Faucet contract for Toucan Protocol tokens

Primary LanguageTypeScript

What is the Faucet?

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.

Faucet Deployment Check List

# 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>