Skip to content

richardiyamura/StellarKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StellarKit

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.


✨ What This Is

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

🏗 Structure

stellar-kit/ ├── contracts/ # Soroban smart contracts (Rust) ├── frontend/ # Minimal React app ├── lib/ # Shared helpers (wallet, tx builders) ├── docs/ # Project documentation


🚀 Quick Start

Clone

git clone https://github.com/Haroldwonder/stellarkit.git
cd stellarkit

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors