bryanlabs/cosmos-indexer-sdk

Research Cosmos SDK Hubl tooling to see potential generalized chain querying methods

Opened this issue · 0 comments

The Probe library is currently used for RPC querying.

The Cosmos SDK provides the Hubl tool and states "Hubl is a tool that allows you to query any Cosmos SDK based blockchain. It takes advantage of the new AutoCLI feature of the Cosmos SDK."

We need to dig into how the tool works and see if it will inform the direction the application should take for chain querying.