Socket
Book a DemoInstallSign in
Socket

@xchainjs/xchain-client

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-client

XChain Client

latest
npmnpm
Version
2.0.9
Version published
Weekly downloads
823
56.46%
Maintainers
0
Weekly downloads
 
Created
Source

XChain Client

NPM Version NPM Downloads


Base client interface and abstract implementation for XChainJS blockchain clients. Provides a standardized interface for wallet operations across different blockchain networks.

Modules

  • BaseXChainClient - Abstract base class for all blockchain clients
  • types - Core type definitions and interfaces
  • fees - Fee calculation utilities
  • protocols - Supported blockchain protocol definitions

Installation

yarn add @xchainjs/xchain-client

or

npm install @xchainjs/xchain-client

Following peer dependencies have to be installed into your project. These are not included in @xchainjs/xchain-client.

yarn add @xchainjs/xchain-crypto @xchainjs/xchain-util axios

Documentation

xchain client

Overview of xchain-client
Interface of xchain-client

Features

  • Standardized Interface: Consistent API across all blockchain implementations
  • Key Management: Secure BIP39 phrase handling without key generation
  • Network Support: Mainnet, Testnet, and Stagenet configurations
  • Fee Management: Flexible fee calculation and bounds
  • Abstract Implementation: Base class for easy client extension

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts