sodax-wallet-sdk-core-stellar

Installation
SKILL.md

Stellar (wallet-sdk-core granular skill)

Granular skill for StellarWalletProvider — the low-level Stellar wallet for backend / Node / non-React flows. Source-of-truth reference lives in the parent broad skill's knowledge tree; this file is the focused workflow only.

Step 1 — Clarify with user before coding

  1. New code or v1 → v2 port? New → § Integration. Port v1 → § Migration (almost always a no-op here).
  2. Private-key or browser-extension config? Stellar discriminates by an explicit uppercase type ('PRIVATE_KEY' | 'BROWSER_EXTENSION'). PK = { type: 'PRIVATE_KEY', privateKey, network, rpcUrl? }; browser-extension = { type: 'BROWSER_EXTENSION', walletsKit, network } (Freighter / xBull / Lobstr). network is 'TESTNET' | 'PUBLIC'.
  3. Mainnet confirmation? Tune defaults.pollInterval / pollTimeout — keep pollTimeout ≥ 30 000 ms on mainnet.

Integration workflow (new v2 code)

  1. ../integration/knowledge/ai-rules.md — DO / DON'T (read first).
  2. ../integration/knowledge/architecture.mdBaseWalletProvider, dual-config discriminants, shallow defaults merge, library-exports.
  3. ../integration/knowledge/features/stellar.md — full config union, StellarWalletDefaults, StellarWalletsKit shape, methods (signTransaction / waitForTransactionReceipt), gotchas.
  4. Setup recipe → ../integration/knowledge/recipes/setup-private-key.md or ../integration/knowledge/recipes/setup-browser-extension.md; then ../integration/knowledge/recipes/sign-and-broadcast.md, ../integration/knowledge/recipes/defaults-and-overrides.md.
  5. Lookups → ../integration/knowledge/reference/provider-classes.md, interfaces.md, chain-support.md.

Stellar-specific anti-patterns

Installs
1
First Seen
Jun 10, 2026
sodax-wallet-sdk-core-stellar — icon-project/sodax-sdks