NFTs on Soroban
Description
Create an NFT marketplace or make smart-generative art using Soroban. Have fun, use your imagination, and maybe even create a Soroban NFT collection!
Examples: Generative NFTs using Soroban, similar to an MVP version of ArtBlocks (https://info.artblocks.io/how-it-works) | A smart NFT Marketplace
Acceptance criteria
Your submission must make use of Soroban as part of its primary function.
Judging will lean towards projects that are full MVPs, although a clean and creative implementation design, whitepaper, etc... is also acceptable.
Submissions can consist of products with interfaces that can be demoed, or they can consist of contract code that can be effectively deployed on Futurenet or in standalone mode.
Your code repository must be public. Please show a steady commit trail and thought process e.g. sketches, discussion, and issues.
List any challenges or benefits you encountered in the developer experience.
We reserve the right to withhold prizes in cases where no submissions meet our bounty requirements.
Rewards
- 1: 5000 USD
Resources
- If you haven't already, check out the Soroban docs to get oriented, get set up, and get your head around the Soroban fundamentals.
- https://soroban.stellar.org/docs
- If you haven't used Soroban before, a great way to get started is to go through Stellar Quest Live challenges.
- https://quest.stellar.org/live
- Sorobanathon: First Light submissions consist of many community-written tutorials and example smart contracts that you can pull inspiration from.
- https://github.com/stellar/sorobanathon/discussions
- The Stellar Dev Discord is a great place for you to chat with Soroban devs and to interact with the community to get feedback.
- https://discord.gg/stellardev
- Soroban Guide is a quick start repo that you can use to get started on Soroban.
- https://github.com/xycloo/soroban-guide
- If you're new to Rust, or just want to learn more about it, check out the Rust Book
- https://doc.rust-lang.org/book/