Skip to content

sqrrrm/consensus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

consensus :

A brief info of the state of the consensus

Quick start:

Autorefresh not yet implemented as a workaround you can use bash trick:
while true; do; sleep 3 && python ./consensus.py;done

Requirements:
  • python3.8+
  • For the correct work of the application you should configure RPC :26657 and REST :1317 endpoints.
    For example:
    REST = 'http://1.1.1.1:1317' RPC = "http://1.1.1.1:26657"
Installing:

Technically, the installation itself is cloning the repo and providing 2 variables

Next open consensus.py in editor and replace REST/RPC variables with an appropriate values.
Example:
REST = 'http://1.1.1.1:1317'
RPC = "http://1.1.1.1:26657"

Once configured you can run the app by following:

$ python3 consensus.py

Tested chains:
  • Evmos mainnet
  • Evmos testnet
  • Umee
  • Archway
  • Cosmic Horizon
  • Kyve
  • Kichain
  • Konstellation
  • Stargaze
  • AssetMantle
  • Pylons
  • Deweb

Example

About

A brief info of the state of the consensus

Topics

Resources

License

Stars

Watchers

Forks

Languages