What problem does it solve?
This Skill helps developers build reliable Stellar dApps without having to piece together wallet connectivity, transaction construction, smart contract calls, simulation, submission, and confirmation handling from separate resources.
Core Features & Use Cases
- Stellar SDK Integration: Configure Horizon and Soroban RPC clients for testnet and mainnet applications.
- Wallet Connectivity: Integrate Freighter, Stellar Wallets Kit, Wallet Standard, and passkey-based smart accounts.
- Transaction Workflows: Build, simulate, sign, submit, and monitor classic Stellar and Soroban transactions.
- Frontend Patterns: Implement React and Next.js client/server separation, wallet hooks, payment forms, and production-ready transaction UX.
- Use Case: Build a non-custodial Stellar application that connects a user's wallet, verifies transaction details, invokes a smart contract, and clearly reports signing and confirmation outcomes.
Quick Start
Use the dapp skill to implement a React or Next.js Stellar feature that connects a wallet, builds and simulates a transaction, requests client-side signing, submits it to the appropriate network service, and handles errors and confirmation status.