@sodax/wallet-sdk-core

The Sodax wallet-sdk-core is a core wallet SDK package containing implementations of wallet providers that enable multi-chain wallet connectivity. This package provides TypeScript implementations of wallet providers for various blockchain networks, making them compatible with the Core Sodax SDK (@sodax/sdk).

Installation

# Using pnpm (recommended)
pnpm add @sodax/wallet-sdk-core

# Using npm
npm install @sodax/wallet-sdk-core

# Using yarn
yarn add @sodax/wallet-sdk-core

Features

  • Multi-chain Support: Wallet provider implementations for multiple blockchain networks

  • TypeScript Compatibility: Fully typed implementations compatible with @sodax/sdk

  • Wallet Provider Interface: Standardized interface for wallet connectivity across different chains

  • Core Integration: Seamless integration with the Core Sodax SDK

Supported Wallet Providers

The package includes wallet provider implementations for:

  • EVM-compatible chains ✅

  • Solana ✅

  • Sui ✅

  • Stellar ✅

  • ICON ✅

  • Injective ✅

Last updated