This is a very simple marketplace dapp where users can:
- See products hosted on the Celo Blockchain
- Purchase products with cUSD and pay the owner
- Add your own products to the dapp
- 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.
- Create a product.
- Create a second account in your extension wallet and send them cUSD tokens.
- Buy product with secondary account.
- Check if balance of first account increased.
npm install
npm run dev
npm run build