npm.io
2.0.31 • Published yesterday

@xchainjs/xchain-wallet

Licence
MIT
Version
2.0.31
Deps
9
Size
59 kB
Vulns
0
Weekly
0
Stars
133

XChain Wallet

NPM Version NPM Downloads


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 management
  • types - TypeScript type definitions for wallet operations

Installation

yarn add @xchainjs/xchain-wallet

or

npm install @xchainjs/xchain-wallet

Following 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-util

Documentation

xchain wallet

How xchain-wallet works
How 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.