Crates.io | soar-rpc |
lib.rs | soar-rpc |
version | 0.1.4 |
source | src |
created_at | 2022-02-24 07:44:23.334158 |
updated_at | 2022-05-22 20:37:22.162794 |
description | interface for querying Cosmos SDK based blockchains over RPC |
homepage | |
repository | https://github.com/ethgallucci/soar |
max_upload_size | |
id | 538306 |
size | 30,712 |
This is a simple weekend project I wanted to build to further learn what you can query about a CosmosSDK chain over RPC, and why it can be useful for gathering information. This is not a full-fledged project of mine, as I'm still wrapping up the Fall semester and have been a bit too busy with finals to build this into something like a full Rust fork of strangelove-ventures' lens.
Adds support for evmos, implements unit-tests
cargo install soar-rpc
The queries you already know and love, in the command line.
soar gaia --abci-info
soar akash --block-by-height 13021
soar juno --unconfirmed-txs 5
soar http://public-rpc.regen.vitwit.com:26657/ --abci-info