Skip to content

DrewPackages/evm-faucet

Repository files navigation

EVM Facuet dApp

This is a showcase project that combines a facuet contract and corresponding UI that can be launched on any EVM chain through Drew Package Manager. The setup creates a new ERC-20 token with the name of your choosing and creates a faucet UI that helps anyone mint the token they might need for testing purposes

To launch a new dApp instance (including new contracts deployment) it:

npm i -g @drewpackages/cli
drew deploy drinkius/faucet  --params "{\"name\": \"Test Token\", \"symbol\": \"TT\", \"totalSupply\": 100000000000000 }"

Development

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published