Skip to content

solangegueiros/token-sol-minter

Repository files navigation

token-sol-minter

dApp for mint tokens, like an unlimited faucet

try it in token.solange.dev

How it works

The token was built using Open Zeppelin ERC20Mintable.

There are other smart contract, the TokenMinter, who is whitelisted (authorized) to mint tokens.

There are a dApp in app folder. This dApp calls minter in TokenMinter.

To learn more