weichweich / note-authors

watch a substrate blockchain (AURA) and count authored/skipped blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Authors

Provides a prometheus server that counts who has authored a block and who missed his slot.

assumes you are

  • connecting to a KILT chain
  • using AURA
  • having the session-pallet

configuration

use environment variables

  • PORT where to listen for prometheus queries (default: 9102)
  • HOST where to listen for prometheus queries (default: localhost)
  • WS_ADDRESS to which rpc node should we connect (default wss://peregrine.kilt.io)
  • SLACK_WEBHOOK the slack webhook where we can post messages into a channel

About

watch a substrate blockchain (AURA) and count authored/skipped blocks


Languages

Language:JavaScript 97.2%Language:Dockerfile 2.8%