This is a demo dApp where user can:
- Get all courses from authors in marketplace.
- Create your own course.
- Buy course.
- Complete the course after completing the course.
- 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.
- Go to home page.
- Connect to your CELO wallet.
- Press
Get Courses
to get all new courses. - Press
Add Course
and input all fields data to create your own course. - Press
Buy Course
in each course to buy this course. - Press
Complete Course
to complete course.
yarn install
yarn dev
yarn build && yarn start