The Sodax Wallet SDK provides a unified interface for interacting with wallets across multiple chains, including both EVM and non-EVM networks. It abstracts away the complexity of handling different wallet providers and chain-specific logic, allowing developers to integrate multi-chain wallet support quickly and consistently.
Multi-Chain Support
Automatically detects and connects to wallets across supported EVM and non-EVM chains.
Wallet Abstraction
Maps users from any supported chain to a deterministic wallet on the Sodax hub chain via wallet proxies. This enables seamless cross-chain interactions (e.g., deposits, swaps, intent fills).
Signer Management
Handles signing logic for transactions and messages per chain, using the appropriate wallet provider under the hood.
Compatibility
Works out of the box with MetaMask, WalletConnect, Hana Wallet, and other providers that are enabled per chain.
Plug-and-Play with Sodax SDK
Built to be compliant with the Sodax Core SDK and DApp Kit — developers can use this module independently or as part of the full dApp integration suite.