Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsk967/cshtop
Block explorer for cosmos-sdk based application
https://github.com/gsk967/cshtop
block-explorer cosmos-sdk
Last synced: 3 months ago
JSON representation
Block explorer for cosmos-sdk based application
- Host: GitHub
- URL: https://github.com/gsk967/cshtop
- Owner: gsk967
- Created: 2023-01-22T16:01:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T04:43:48.000Z (almost 2 years ago)
- Last Synced: 2024-01-26T09:34:54.634Z (about 1 year ago)
- Topics: block-explorer, cosmos-sdk
- Language: Go
- Homepage:
- Size: 3.67 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cosmos - cshtop - Cosmos htop , Blocks visualizer on terminal. (Block Explorers / Terminal Block Explorers)
README
## cshtop (cosmos htop)
> Real time block explorer for cosmos-sdk based chains## Install
```bash
make install
```
## Run the application
```bash
## NoteL make appName should match with chain registry folder name https://github.com/cosmos/chain-registry/
$ cshtop start --app cosmoshub# override the rpc and rest uri
$ go run main.go start --app --rpc --rest
# or
$ cshtop start --app cosmoshub --rpc https://rpc-cosmoshub.whispernode.com:443 --rest https://lcd-cosmoshub.whispernode.com:443
```## Supported Apps
- [x] cosmos (cosmoshub)
- [x] akash
- [x] sentinel
- [x] umee
- [x] agoric
- [x] assetmantle
- [x] axelar
- [x] osmosis
- [x] bitcanna
- [x] bitsong
- [x] cerberus
- [x] chihuahua
- [x] comdex
- [x] desmos
- [x] regen
- [x] juno
- [x] evmos
- [x] passage
- [x] fetchhub
- [x] starname
- [x] stride
- [x] stargaze
- [x] kava
- [x] persistence
- [x] teritori## User Interface
![plot](./img.png)