What problem does it solve?
This Skill helps you build reliable Stellar and Soroban client flows by handling wallet connection, transaction construction, signing, simulation, and submission without guesswork.
Core Features & Use Cases
- Wallet integration: Connect Freighter (or multi-wallet via Stellar Wallets Kit), manage allowed/network state, and trigger signing flows for XDR transactions.
- Transaction building & submission: Build classic payments/operations and assemble Soroban invocation transactions, including resource estimation via simulation and confirmation handling.
- Soroban contract invocation: Invoke smart contracts from a frontend or Node.js client by generating proper ScVal arguments, simulating, assembling, and submitting safely.
Quick Start
Connect a Stellar wallet, build a classic payment or Soroban invocation XDR, simulate (for Soroban), sign it, submit it, and wait for confirmation using Horizon/RPC for the configured network.