0.15.5 • Published 3 years ago
@mayaprotocol/xchain-bitcoincash v0.15.5
@mayaprotocol/xchain-bitcoincash
Modules
client- Custom client for communicating with Bitcoin Cash by using @psf/bitcoincashjs-lib
Installation
yarn add @mayaprotocol/xchain-bitcoincashFollowing peer dependencies have to be installed into your project. These are not included in @mayaprotocol/xchain-bitcoincash.
yarn add @mayaprotocol/xchain-client @mayaprotocol/xchain-crypto @mayaprotocol/xchain-util axios @psf/bitcoincashjs-lib bchaddrjsDocumentation
xchain bitcoincash
How xchain-bitcoincash works\
How to use xchain-bitcoincash
Service Providers
This package uses the following service providers:
| Function | Service | Notes |
|---|---|---|
| Balances | Haskoin | https://api.haskoin.com/#/Address/getBalance |
| Transaction history | Haskoin | https://api.haskoin.com/#/Address/getAddressTxsFull |
| Transaction details by hash | Haskoin | https://api.haskoin.com/#/Transaction/getTransaction |
| Transaction fees | Bitgo | https://app.bitgo.com/docs/#operation/v2.tx.getfeeestimate |
| Transaction broadcast | Bitcoin Cash Node | https://developer.bitcoin.org/reference/rpc/sendrawtransaction.html |
| Explorer | Blockchain.com | https://www.blockchain.com/explorer?view=bch |
Haskoin API rate limits: No
Bitgo API rate limits: https://app.bitgo.com/docs/#section/Rate-Limiting (10 requests/second)