No internet connection
  1. Home
  2. CosmJS

Can cosmjs be used for interacting with the RPC/LCD of the native cosmos sdk?

By Orkun Külçe @orkunkl
    2020-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?

    Solved in post #2, click to view
    • 1 replies
    1. Orkun Külçe @orkunkl
        2020-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.

        ReplySolution