Skip to content

On chain configurable multi token faucet intended for test networks

License

Notifications You must be signed in to change notification settings

fyakubov/multitoken-faucet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-token Faucet for Testnets

Notes for contract developers

Setup API keys before testnet deployments

cd into project directory and create .env by running the command below on *NIX systems, or by creating the file manually.

tee .env > /dev/null <<EOT
TESTNET_MNEMONIC="REPLACE WITH MNEMONIC"
ETHERSCAN_API_KEY="REPLACE WITH ETHERSCAN API KEY"
OPTIMISTIC_ETHERSCAN_API_KEY="REPLACE WITH OPTIMISTIC ETHERSCAN API KEY"
EOT

Then edit the keys accordingly in .env

About

On chain configurable multi token faucet intended for test networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.5%
  • Solidity 19.1%
  • HTML 6.3%
  • CSS 3.1%