A brief info of the state of the consensus
Quick start:
cd && git clone https://github.com/Northa/consensus.git && cd consensus
python3 consensus.py
Requirements:
- Ubuntu 20.04
- python3.8
- pip3
- 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:
$ cd && git clone https://github.com/Northa/consensus.git && cd consensus
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