0.20.5 • Published 1 year ago

@mayaprotocol/xchain-cosmos v0.20.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@mayaprotocol/xchain-client

Cosmos Module for XChainJS Clients

Installation

yarn add @mayaprotocol/xchain-cosmos

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

yarn add @mayaprotocol/xchain-client @mayaprotocol/xchain-crypto @mayaprotocol/xchain-util axios cosmos-client/core

Cosmos Client Testing

yarn install
yarn test

Documentation

xchain cosmos

How xchain-cosmos works\ How to use xchain-cosmos

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

Extras

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

0.20.5

1 year ago

0.20.4

1 year ago