kidinamoto01 / cosmon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosmos Monitor

This is a tool for monitoring Gaiad status of Cosmos Hub.

Build

go build .

Use

./cosmon --address=A1B6BE3319EECA3954FB8C47CE07C35A2DA3140F --chain-id=test-chain-dl00Aa  --account-address faa1gg37u8xhw5vhrfmr5mkfq8r5l4wgvd36t9hypd

then, you can visit http://localhost:36660/ for all monitor data.

You can run

./cosmon --help 

docker build -t cosmon:develop .

docker run cosmon:develop --address=A1B6BE3319EECA3954FB8C47CE07C35A2DA3140F --chain-id=test-chain-dl00Aa --account-address=faa1gg37u8xhw5vhrfmr5mkfq8r5l4wgvd36t9hypd

About


Languages

Language:Go 99.8%Language:Dockerfile 0.2%