StellarKit is a developer-first starter kit for building on Stellar using Soroban smart contracts.
StellarKit provides a clean and structured foundation for building full-stack Stellar applications without unnecessary complexity.
StellarKit is a lightweight boilerplate designed to help developers:
- Write Soroban smart contracts (Rust)
- Interact with contracts from a frontend
- Understand the basic flow of Stellar dApps
- Start building quickly with a clean structure
stellar-kit/ ├── contracts/ # Soroban smart contracts (Rust) ├── frontend/ # Minimal React app ├── lib/ # Shared helpers (wallet, tx builders) ├── docs/ # Project documentation
git clone https://github.com/Haroldwonder/stellarkit.git
cd stellarkit