Navigate between pages

Algorand Development 101

Challenge

Build your own Alogrand Dapp based on what you learned from the materials.

Rewards

What you can earn in this community:

Certificate
Upon successful completion
107USDC Rewards
32 USDC/Feedback; 75 USDC/Submission

Challenge objectives

Your dapp can build upon our provided code but should have additional features or an entirely different purpose. (To learn more, please check the evaluation criteria in the Rating Rubric below).
Write a sentence that explains your dapp to post in your submission. Please include a more detailed description of your dapp and a link to the demo into the readme file of your repository.
Publish your contracts to GitHub and submit the link to your repository.

Learn

The following learning materials will equip you with the technical expertise required to successfully address the challenge.
Algorand Development 101
In this course, you will learn basic Algorand concepts and build a marketplace dapp on top of the Algorand blockchain.

Rating Rubric

Inordertoearn
75USDCyoumustgetatleast14outof20Pointsinthischallenge.
Originality
0PointsYou used the same contract code as in the example or only changed names and variables.
3PointsYou adjusted the contract to your needs.
8PointsYou added a new function that is very different from the ones in the modules, but necessary for your needs.
12PointsYou created multiple new functions very different from the ones presented in the learning modules or by your peers.
Quality
0PointsYour dapp is not functional.
4PointsYour dapp has only minor problems.
6PointsYour dapp is working without any problems.
8PointsYour dapp has no problems and the code is readable and well documented.