By Orkun Külçe @orkunkl2020-07-27 09:16:39.324Z
Can cosmjs be used for interacting with the RPC/LCD of the native cosmos sdk? or cosmostation/cosmosjs is a better option for that kind of purpose?
- Orkun Külçe @orkunkl2020-07-27 09:17:05.041Z
It can. In the latest release, there is a minimal „RestClient“. On master, it was rewritten to „LcdClient“. Last week we made the LCD client modular such that Cosmos SDK and custom modules can be used. There is some more work left to do to add types for the big modules gov, staking, and distribution. But the framework is there.