github.com/b-harvest/metisian

Metis decentralized sequencer monitoring program. also contains dashboard


License
MIT
Install
go get github.com/b-harvest/metisian

Documentation

Metisian

metis sequencer explorer.

screenshot 2024-11-09 am 12 41 56

Watching for sequencer's status throguh themis RPC, sequencer-set contract and send alerts to defined target(tg, slack, pagerduty, discord).

it checks following.

  • tendermint consensus
  • l2 commit(also recommit)

dashboard

git clone https://github.com/b-harvest/metisian

cd dashboard

make build
# export VITE_API_HOST="localhost"
make run