0.5.1 • Published 10 days ago

@xchainjs/xchain-bsc v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

@xchainjs/xchain-bsc

Modules

  • client - Custom client for communicating with binance smart chain by using ethers

Installation

yarn add @xchainjs/xchain-bsc

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

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

Documentation

xchain bsc

How xchain-bsc works\ How to use xchain-bsc

Service Providers

This package uses the following service providers:

FunctionServiceNotes
ETH balancesBscScanhttps://api.bscscan.com/api#accounts (module=account, action=balance)
Token balancesBscScanhttps://api.bscscan.com/api#tokens (module=account, action=tokenbalance)
ETH transaction historyBscScanhttps://api.bscscan.com/api#accounts (module=account, action=txlistinternal)
Token transaction historyBscScanhttps://api.bscscan.com/api#accounts (module=account, action=tokentx)
ExplorerBscScanhttps://bscscan.com/

BscScan API rate limits: https://bscscan.com/apis

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

Enviroment variables

BSCSCAN_API_KEY={YOUR_BSCSCAN_API_KEY}

Default config can access.

process.env.BSCSCAN_API_KEY
0.5.1

10 days ago

0.5.0

18 days ago

0.4.7

2 months ago

0.4.6

4 months ago

0.4.5

5 months ago

0.4.4

5 months ago

0.3.0

9 months ago

0.3.6

6 months ago

0.3.5

6 months ago

0.4.1

6 months ago

0.3.2

8 months ago

0.2.3

10 months ago

0.3.1

8 months ago

0.3.4

6 months ago

0.4.2

6 months ago

0.3.3

6 months ago

0.2.2

12 months ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago