Home

Awesome

cshtop (cosmos htop)

Real time block explorer for cosmos-sdk based chains

Install

make install

Run the application

## 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 <appName>  --rpc <rpc> --rest <rest>
# or
$ cshtop start --app cosmoshub --rpc https://rpc-cosmoshub.whispernode.com:443 --rest https://lcd-cosmoshub.whispernode.com:443

Supported Apps

User Interface

plot