0.18.0 • Published 2 years ago

@brynjarrr/xchain-cosmos v0.18.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@xchainjs/xchain-client

Cosmos Module for XChainJS Clients

Installation

yarn add @xchainjs/xchain-cosmos

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

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

Cosmos Client Testing

yarn install
yarn test

Important note: Make sure to install same version of cosmos-client as xchain-cosmos is using (currently cosmos-client@0.39.2 ). In other case things might break.

Service Providers

This package uses the following service providers:

FunctionServiceNotes
BalancesCosmos RPChttps://cosmos.network/rpc/v0.37.9 (GET /bank/balances/{address})
Transaction historyCosmos RPChttps://cosmos.network/rpc/v0.37.9 (GET /txs)
Transaction details by hashCosmos RPChttps://cosmos.network/rpc/v0.37.9 (GET /txs/{hash})
Transaction broadcastCosmos RPChttps://cosmos.network/rpc/v0.37.9 (POST /txs)
ExplorerBigDipperhttps://cosmos.bigdipper.live

Rate limits: No

0.18.0

2 years ago

0.17.6

2 years ago

0.17.5

2 years ago

0.17.2

2 years ago

0.17.1

2 years ago

0.17.0

2 years ago