What problem does it solve? Building on Stellar and Soroban requires navigating many moving parts: Rust smart contracts, multiple SDKs, RPC versus Horizon APIs, wallet signing flows, asset trustlines, and network-specific configuration. This Skill consolidates that knowledge into an opinionated playbook so developers avoid common errors like wrong network passphrases, missing trustlines, unsimulated Soroban transactions, and storage TTL expiry. ## Core Features & Use Cases - Soroban Contract Development: Rust contract patterns covering constructors, storage types, authorization, cross-contract calls, events, error handling, and deployment via Stellar CLI. - Frontend and Wallet Integration: Next.js/React patterns using @stellar/stellar-sdk, Freighter, Stellar Wallets Kit, and passkey-based smart accounts with fee sponsorship. - API and Data Access: Guidance on Stellar RPC versus Horizon, historical data via Hubble/Galexie, indexers, and migration strategies. - Specialized Topics: Stellar Assets and SAC bridging, zero-knowledge proof patterns, security checklists, testing strategies, advanced architecture (upgrades, factories, governance), and agentic payments via x402 and MPP protocols. - Use Case: A developer building a community pooling dApp can follow the playbook to write the Soroban contract in Rust, deploy it to testnet with the CLI, connect a Next.js frontend with Freighter signing, and index contract events over RPC. ## Quick Start Ask the assistant to help you build, deploy, or debug a Stellar or Soroban application, for example by requesting a Soroban token contract with a Next.js frontend that connects to Freighter on testnet.