Stellar is a layer-1 open-source, decentralized, peer-to-peer blockchain network that provides a framework for developers to create applications, issue assets, write smart contracts, and connect to existing financial rails.
https://youtu.be/UKmEJYdP6Mg?si=78bG1OYnxmvyq0m4
https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup
You will have to make a dapp on stellar, I am giving the idea below. Make sure that the entire app is permissionless, for e.g for a voting dapp there shouldn’t be add_candidate function cuz it adds permission, any vote can be casted by anyone and any poll can be created by anyone. So, make sure that the contract is permissionless by default unless and untill the user specifies something like escrow cuz its core fundamental is permission. Also when you proceed for integration make sure that the hero text and the navbar text and logo gets changed according to my idea. Dapp Idea:
I have created the contract and it is deployed here: XXXXX, my dapp idea is XXXXX, integrate the client
stellar contract init <ideaname>
Write me a basic soroban smart contract on stellar my idea is XXX , Create a solid README.md with:
- Project Description
- What it does
- Features
- Deployed Smart Contract Link: XXX
stellar contract build