## soar-rpc
### For Cosmos Blockchains
### advisory
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](https://github.com/strangelove-ventures)' [lens](https://github.com/strangelove-ventures/lens).
## v0.1.3
Adds support for evmos, implements unit-tests
## Install
```sh
cargo install soar-rpc
```
## Usage
The queries you already know and love, in the command line.
### Provided default endpoints
```sh
soar gaia --abci-info
```
```sh
soar akash --block-by-height 13021
```
```sh
soar juno --unconfirmed-txs 5
```
### With custom endpoints
```sh
soar http://public-rpc.regen.vitwit.com:26657/ --abci-info
```
## Roadmap
* Allow endpoints to be determined by the user instead of relying on a single node to maintain constant uptime.
* Integrate suppport for all other CosmosSDK-based chains.
* Write unit-tests for all new chains added to soar-rpc.
[commit-shield]: https://img.shields.io/github/commit-activity/w/ethgallucci/soar-rpc?style=plastic
[commit-url]: https://github.com/ethgallucci/soar-rpc/commits/main