sodax-wallet-sdk-react-walletconnect
Installation
SKILL.md
WalletConnect (wallet-sdk-react granular skill)
Granular skill for the walletConnect enterprise-custody setup on the EVM slot of SodaxWalletConfig. 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
- New code or v1 → v2 port? New → § Integration. Port v1 → § Migration.
- Which wallets? Default EVM discovery is EIP-6963 (browser extensions only). WalletConnect is needed for Fireblocks / Ledger / mobile-only wallets.
- Have a WalletConnect
projectId? It's required — from WalletConnect Cloud.
Integration workflow (new v2 code)
../integration/knowledge/ai-rules.md— DO / DON'T (read first).../integration/knowledge/recipes/setup.md— prerequisite: provider mounted with theEVMslot.../integration/knowledge/recipes/walletconnect-setup.md— addwalletConnect: { projectId: '…' }to the EVM slot.- Lookups →
../integration/knowledge/reference/wallet-brands.md,hooks.md.