Skip to content

gsk967/cshtop

Repository files navigation

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

  • cosmos (cosmoshub)
  • akash
  • sentinel
  • umee
  • agoric
  • assetmantle
  • axelar
  • osmosis
  • bitcanna
  • bitsong
  • cerberus
  • chihuahua
  • comdex
  • desmos
  • regen
  • juno
  • evmos
  • passage
  • fetchhub
  • starname
  • stride
  • stargaze
  • kava
  • persistence
  • teritori

User Interface

plot