Skip to content
forked from Northa/consensus

A brief info of the state of the consensus

License

Notifications You must be signed in to change notification settings

sxlmnwb/consensus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

consensus

A brief info of the state of the consensus

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 :

  • API = "http://127.0.0.1:1317"
  • RPC = "http://127.0.0.1:26657"
Installing

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:

$ ./start

About

A brief info of the state of the consensus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%