sodax-sdk-bridge
Installation
SKILL.md
Bridge (Core SDK granular skill)
Granular skill for BridgeService — sodax.bridge. Feature tag: 'bridge'.
Step 1 — Clarify with user before coding
- New code or v1 → v2 port?
- Signed flow (frontend) or unsigned-tx (backend)?
- Need a bridgeable-amount precheck? Vault deposit limits may cap the transfer;
getBridgeableAmount(or equivalent) read tells you the cap before submitting. - Source / destination chains — confirm both are supported spoke chains, and the destination address format matches the chain (vd Stellar address starts with
G, Solana base58, Bitcoin specific encodings).