This is a simple dapp built on the celo blockchain interacting with a nextjs frontend using celo composer that allows a simple CRUD and buying on the Alfajores Testner. Link to the demo
- Clone the repo and run
cd packages/react-app && yarn
commands in the root folder - Start the app by doing
yarn run dev
in the same terminal you used step 1 in - Open
localhost:3000
or whatever port shown in your terminal - Connect your wallet to the DApp (make sure you have some test celo and cUSD)
- Click on add product, fill in the required details and create your product
- Notice you can edit your product or delete it but can't do so on others not yours
- Click the edit icon and edit your products, and it changes immediately
- Click the delete icon and voila, it's gone
- You can't buy your product, but can buy others...
- Try buying a product
I hope you enjoyed the app and your feedbacks are most highly appreciated