# `@xchainjs/xchain-cosmos-sdk`

## Modules

- `client` - Custom client for communicating with cosmosSDK chains by using [`cosmjs`](https://github.com/cosmos/cosmjs)

## Installation

```
yarn add @xchainjs/xchain-cosmos-sdk
```

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

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