probe

command module
v0.0.0-...-38932cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README ΒΆ

Probe

image

Your lightweight Cosmos SDK Querier

Delve into the depths of the Cosmos with Probe


❓ What is Probe?

Probe is a streamlined Cosmos SDK querying package. It deftly manages the unpacking process for base Cosmos SDK types and provides a detailed process for handling specialized modules.

✨ Key features:

  • Direct import of Cosmos SDK and setting up the Codec
  • Comprehensive support for customized modules
  • Lightweight design focusing on query operations

πŸ‘‰ Why should you use Probe?

Probe is a powerful tool for any Cosmos SDK developer seeking efficient, generalized querying on Cosmos blockchains. The package is finely tuned for transaction and message type querying.

βœ… Benefits of using Probe:

  1. Generalized Querying: Simplified process for unpacking on-chain message types into their underlying Go types.

  2. Module Support: Unpacking process for base Cosmos SDK types, and a comprehensive solution for customized modules.

  3. Lightweight Design: Minimalistic design that places querying at the forefront.


πŸ“‘ Supported Message Type Protos

This section provides an overview of the protocol buffer messages included in the package for customized Cosmos modules. Protocol buffers are a platform-neutral, extendable mechanism for serializing structured data.

β–Ά Tendermint Liquidity v1beta1 Transactions
πŸš€ tendermint.liquidity.v1beta1

This protobuf file outlines the tendermint.liquidity.v1beta1 package and the messages associated with liquidity pool operations on the Cosmos blockchain. It includes four RPC services for the liquidity pool:

  • CreatePool: Submit a liquidity pool creation transaction.
  • DepositWithinBatch: Submit a deposit to the liquidity pool batch.
  • WithdrawWithinBatch: Submit a withdrawal from the liquidity pool batch.
  • Swap: Submit a swap to the liquidity pool batch.

Each operation has a corresponding response message. This definition allows Probe to comprehend these liquidity pool operations and handle them accurately when interacting with the Cosmos blockchain.


πŸš€ Probe vs Hubl: A Comparative Overview 🌌

Both Probe and Hubl are mighty tools for querying Cosmos SDK based blockchains, each catering to different needs and offering unique capabilities.


πŸ›Έ Probe: A Deep Dive into Cosmos SDK Types

Probe excels in its ability to handle Cosmos SDK types and specialized modules. It provides a detailed process for unpacking on-chain message types into their underlying Go types, shining particularly bright when working with chains that lack reflection support.

Key Highlights:

  • 🎯 Generalized Querying: Finely tuned for transaction and message type querying.
  • πŸ“¦ Module Support: Comprehensive solution for unpacking base Cosmos SDK types and handling customized modules.
  • πŸ•ŠοΈ: Lightweight Design: A minimalistic design that places querying at the forefront, making it a go-to tool for developers.
  • πŸ₯‡: Continuity and Evolution: Probe was originally inspired by the now-discontinued Strangelove Ventures Lens, showing a strong lineage and progressive improvement in the Cosmos SDK querying tools.

🌠 Hubl: Harnessing the Power of AutoCLI and Chain-Registry

Hubl makes full use of the new AutoCLI feature of the Cosmos SDK, enabling querying of any Cosmos SDK based blockchain that supports reflection. It's the tool of choice for those seeking compatibility and ease of use with the chain-registry.

Key Highlights:

  • πŸŽ› AutoCLI Advantage: Hubl allows you to query any Cosmos SDK based blockchain that supports reflection, making it a versatile tool for diverse chains.
  • πŸ“š Chain-Registry Compatibility: Hubl integrates seamlessly with the chain-registry, simplifying the process of configuring and querying multiple chains.
  • πŸ₯°: User-Friendly Commands: With straightforward commands, Hubl enables easy interaction with a wide range of chains.

The choice between Probe and Hubl largely depends on your specific needs, the features of the chains you're working with, and your preferred method of interaction. Both tools offer unique advantages, and there might be additional nuanced differences that can be uncovered with a deeper dive into the functionalities and use cases of each tool.

πŸ“ Attribution

Probe was originally inspired by Strangelove Ventures Lens (discontinued). Files containing modified source code from this repository are distinctly marked with the following header:

// APACHE NOTICE
// Sourced with modifications from https://github.com/strangelove-ventures/lens

Documentation ΒΆ

The Go Gopher

There is no documentation for this package.

Directories ΒΆ

Path Synopsis
APACHE NOTICE Sourced with modifications from https://github.com/strangelove-ventures/lens
APACHE NOTICE Sourced with modifications from https://github.com/strangelove-ventures/lens
APACHE NOTICE Sourced with modifications from https://github.com/strangelove-ventures/lens
APACHE NOTICE Sourced with modifications from https://github.com/strangelove-ventures/lens

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL