sodax-wallet-sdk-core
Installation
SKILL.md
When to use this skill
AGENTS.md routes you here when you're working with @sodax/wallet-sdk-core v2 — either writing new code or upgrading an older project.
Pick your mode:
- Writing NEW v2 code (greenfield wallet provider setup, no v1 deep imports)? → § Integration mode below.
- Upgrading EXISTING code (deep imports from
@sodax/wallet-sdk-core/wallet-providers/…, bumping from an older RC)? → § Migration mode below. Headline: v1 code drops in unchanged at the wallet-sdk-core surface — if compile errors appear here, the real migration target is almost certainly@sodax/sdkor@sodax/types(loadsodax-sdkskill instead).
For React consumers → use sodax-wallet-sdk-react (they get the typed wallet provider via useWalletProvider(...) and pass it to @sodax/sdk calls).
Integration mode (writing new v2 code)
Direct usage of @sodax/wallet-sdk-core is the right choice for: