Skip to content

Protocol for a faucet that gives users TCO2 on Mumbai Network

Notifications You must be signed in to change notification settings

ToucanProtocol/faucet

Repository files navigation

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>

About

Protocol for a faucet that gives users TCO2 on Mumbai Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published