@xchainjs/xchain-wallet
v2.0.19
Published
XChainjs clients wrapper to work with several chains at the same time
Maintainers
Keywords
Readme
Multi-chain wallet wrapper that allows you to work with multiple XChainJS clients simultaneously. Provides a unified interface for managing assets across different blockchain networks.
Modules
wallet- Main wallet class for multi-chain asset managementtypes- TypeScript type definitions for wallet operations
Installation
yarn add @xchainjs/xchain-walletor
npm install @xchainjs/xchain-walletFollowing peer dependencies have to be installed into your project. These are not included in @xchainjs/xchain-wallet.
yarn add @xchainjs/xchain-client @xchainjs/xchain-crypto @xchainjs/xchain-utilDocumentation
xchain wallet
How xchain-wallet worksHow to use xchain-wallet
Features
- Multi-Chain Support: Manage assets across all supported blockchains
- Unified Interface: Single wallet instance for multiple clients
- Balance Aggregation: View balances across all connected chains
- Transaction Management: Send and receive across different networks
Examples
You can find examples using the Wallet package in the wallet examples folder.
