Skip to content

stakingcabin/celestia-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wget https://raw.githubusercontent.com/stakingcabin/celestia-task/main/consensus.py

consensus

A Simple tool for check validator sign status for recent 100 blocks and the state of the consensus

Quick start:
cd && git clone https://github.com/stakingcabin/celestia-task.git && cd celestia-task
# show usage
python3 consensus.py --help
# show local validator sign status for recent 100 blocks
python3 consensus.py sign-check
# show validators consensus staus 
python3 consensus.py
Requirements:
  • Ubuntu 20.04
  • python3.8
  • pip3
  • For the correct work of the application you should configure RPC 127.0.0.1:26657 and REST 127.0.0.1:1317 endpoints.
Installing:

Technically, the installation itself is cloning the repo on your validator

$ cd && git clone https://github.com/stakingcabin/celestia-task.git && cd celestia-task

you can run the app by following:

$ python3 consensus.py sign-check

Example Example

$ python3 consensus.py Example

Thanks https://github.com/Northa/consensus.git, Part code copy from that repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages