Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 492 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 492 Bytes

Cosmos Client

This client provides a standalone client to connect to Cosmos SDK chains from a codebase which already makes use of the cosmos-sdk.

The client was created due to the collision created by the cosmos-sdk config singleton as it only accepts (for example) single address-prefix and coin-type and thus prevents the usage of multiple configs.

This client is based on the work done on ignite’s cosmosclient.