Open Infrastructure for Building Production-Ready Stellar Applications
StellarForge is an open-source infrastructure toolkit that helps developers build, secure, test, deploy, and scale applications on Stellar and Soroban.
Rather than rebuilding the same backend infrastructure for every project, developers can compose reusable modules including SDKs, workflows, indexing, security tooling, starter templates, and deployment utilities.
Building production-ready applications on Stellar often requires writing the same infrastructure repeatedly:
- Wallet authentication
- Soroban contract interaction
- Transaction builders
- Event listeners
- Backend APIs
- Indexers
- Workflow orchestration
- Testing utilities
- Deployment pipelines
- Security tooling
StellarForge brings these building blocks together into one modular open-source platform.
Our vision is to become the foundational open-source infrastructure layer for the Stellar ecosystem.
Just as Laravel accelerated PHP development, Next.js simplified React applications, and Supabase made backend development accessible, StellarForge aims to reduce the complexity of building production-grade Stellar applications.
| Module | Purpose |
|---|---|
| CLI | Project scaffolding |
| SDK | Soroban & Stellar libraries |
| Workflows | Async orchestration |
| Indexer | Event indexing |
| Security | Smart contract tooling |
| Examples | Starter applications |
StellarForge Platform
┌──────────────────────────────────────────────────────────────┐
│ Developer Experience │
│ │
│ CLI • Project Generator • Templates • Documentation │
└──────────────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────────┐
│ Developer SDK Layer │
│ │
│ TypeScript SDK • Rust SDK • Wallet Integration • APIs │
└──────────────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────────┐
│ Infrastructure Layer │
│ │
│ Workflow Engine │ Event Bus │ Scheduler │ Indexer │ Storage │
└──────────────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────────┐
│ Security Layer │
│ │
│ Static Analysis • Contract Validation • Testing • Auditing │
└──────────────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────────┐
│ Soroban Smart Contracts │
└──────────────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────────┐
│ Stellar Network │
└──────────────────────────────────────────────────────────────┘
stellarforge-cli
stellarforge-sdk
stellarforge-workflows
stellarforge-examples
stellarforge-cli
stellarforge-sdk
stellarforge-workflows
stellarforge-indexer
stellarforge-security
stellarforge-examples
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
CHANGELOG.md
LICENSE