What problem does it solve?
Developments on Stellar face fragmentation: Soroban contract development, Stellar CLI workflows, multi-language SDK usage (JavaScript, Python, Go, Rust), and API access via Stellar RPC or Horizon. This Skill consolidates end-to-end guidance, best practices, and cross-cutting patterns to streamline building on Stellar.
Core Features & Use Cases
- Soroban contract development: Rust-based contracts with the Soroban SDK, deployment, and testing workflows.
- Client SDKs & wallets: Frontend integration with stellar-sdk, Freighter, Wallets Kit, and passkey-based wallets.
- API access patterns: Choosing Stellar RPC vs Horizon for real-time state, history, and compatibility.
- Security & testing: Guidelines for security patterns, audits, and robust testing strategies across local/testnet/mainnet.
- Use cases: Payments, asset issuance, DeFi primitives, privacy-aware apps on Stellar.
Quick Start
Outline a complete starter flow: set up environment, scaffold a Soroban project, write a simple contract, connect a wallet, and deploy to a testnet.