This is a very simple book library dapp where users can:
- See Books available in the library
- Add Boks to the library
- Delete their own Books
- Mark their Book as either read or unread
- Buy books from the Library
- 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.
- Add a book with first account.
- mark the book as read / unread
- Delete your book
- buy a book with second account
- Check if balance of first account increased.
npm install
npm run dev
npm run build