Skip to content

App: BlockHeight

Jan Dvořák edited this page Jan 7, 2022 · 4 revisions

Description

Blockheight is an application that shows the height of the last block.

Examples

This is a minimum you must specify in your conf.py

{
  'name': 'blockheight',
},

This is an example of other parameters you can configure. Look into Configuration to see all possibilities.

{
  'name': 'blockheight',
  'duration': 60,
  'update_frequency': 5,
},

Required parameters

name

Identify the app by its name.

Clone this wiki locally