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.

Freighter Wallet SETUP:

https://youtu.be/UKmEJYdP6Mg?si=78bG1OYnxmvyq0m4

Wallet Extension

Hacker Guide:

https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup

Day 2 :

Prompt:

1. If you don’t have your contract deployed

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: 

2. If you have your contract address

I have created the contract and it is deployed here: XXXXX, my dapp idea is XXXXX, integrate the client

Follow the Steps:

Create folder:

stellar contract init <ideaname>

Prompt

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 

Build Contract:

stellar contract build