This is a simple Minting Dapp where Users can:
- Mint Celo token
- Mint cUSD for the alfajores testnet
- Install the Celo Extension Walletfrom the Google Chrome Store.
- Create a wallet.
- Go to https://celo.org/developers/faucet and get tokens for the alfajores testnet.
- Switch to the alfajores testnet in the CeloExtensionWallet.
- Get whitelisted
- check for your address among the whitelisted address
- Mint
- check your balance
npm install
or
yarn install
npm run dev
npm run build