Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@xchainjs/xchain-arbitrum

Package Overview
Dependencies
Maintainers
11
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-arbitrum

Arbitrum EVM client for XChainJS

latest
Source
npmnpm
Version
2.0.12
Version published
Maintainers
11
Created
Source

@xchainjs/xchain-arbitrum

Modules

  • client - Custom client for communicating with Arbitrum by using ethers

Installation

yarn add @xchainjs/xchain-arbitrum

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

yarn add @xchainjs/xchain-evm @xchainjs/xchain-client @xchainjs/xchain-crypto @xchainjs/xchain-util axios ethers

Documentation

xchain arbitrum

How xchain-arbitrum works
How to use xchain-arbitrum

Service Providers

This package uses the following service providers:

FunctionServiceNotes
ETH balancesArbirscanhttps://api.arbiscan.io/apis#accounts (module=account, action=balance)
Token balancesArbiscanhttps://api.arbiscan.io/apis#tokens (module=account, action=tokenbalance)
ETH transaction historyArbiscanhttps://api.arbiscan.io/apis#accounts (module=account, action=txlistinternal)
Token transaction historyArbiscanhttps://api.arbiscan.io/apis#accounts (module=account, action=tokentx)
ExplorerArbiscanhttps://arbiscan.io/

Etherscan API rate limits: https://arbiscan.io/apis

  • This package uses etherjs library, by default it uses several providers. (https://docs.ethers.io/v5/api-keys/)

// set in env variables so default config can access. ARBISCAN_API_KEY={YOUR_ARBISCAN_API_KEY}

//Default config can access. process.env.ARBISCAN_API_KEY

Keywords

XChain

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