1.0.5 • Published 10 months ago

@mayaprotocol/xchain-zcash v1.0.5

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

@xchainjs/xchain-zcash

ATTENTION: SUPPORT FOR T-ADDRESSES ONLY

Modules

Installation

yarn add @xchainjs/xchain-zcash

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

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

Service Providers

This package uses the following service providers:

FunctionServiceNotes
BalancesNownodeshttps://nownodes.gitbook.io/documentation/zec-zcash/blockbook
Transaction historyNownodeshttps://nownodes.gitbook.io/documentation/zec-zcash/blockbook
Transaction details by hashNownodeshttps://nownodes.gitbook.io/documentation/zec-zcash/blockbook
Transaction feesNownodeshttps://nownodes.gitbook.io/documentation/zec-zcash/blockbook
Transaction broadcastNownodeshttps://nownodes.gitbook.io/documentation/zec-zcash/blockbook
ExplorerNownodeshttps://nownodes.gitbook.io/documentation/zec-zcash/blockbook

Nownodes rate limits: https://nownodes.io/pricing

Overriding providers

You can specify own array of providers, whoch will be executed in array-order, to provide automated failover to the subsequent providers if calls to the first providers fail