This is a simple treasury dapp where users can:
- See treasury balance and past transactions
- Add funds using the Celo Blockchain
- Borrow cUSD and return it later
- Install the CeloExtensionWallet from 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.
- Enter any amount and add funds.
- Create a second account in your extension wallet and borrow some cUSD.
- Still on your second account return the funds.
- On the first account take back your cUSD.
npm install
npm run dev
npm run build
