@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/core
Cosmos Client Testing
yarn install
yarn test
Documentation
How xchain-cosmos works
How to use xchain-cosmos
Service Providers
This package uses the following service providers:
Rate limits: No
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.