Skip to content

A visualiser tool for the Hashgraph and Lachesis algorithm displayed by Python flask web frontend.

Notifications You must be signed in to change notification settings

Goplush/HashgraphVisualiser

 
 

Repository files navigation

HashgraphVisualiser

A visualiser tool for the Hashgraph algorithm displayed by web frontend.

Usage

  • Open two AWS terminals using the following command:

ssh -L 3333:localhost:3333 -i team9-blockchain.pem ubuntu@18.222.162.68

  • Run the data streamer in one AWS terminal

cd /go/src/github.com/group9/HashgraphVisualiser/data_streamer go run data_streamer.go

  • Run the docker instances in the other AWS terminal

cd go/src/github.com/group9/HashgraphVisualiser/lachesis docker-compose up

  • In a local terminal run the pyserver.py

python pyserver.py

  • In a fourth terminal run the pyflask.py

python pyflask.py

  • Open a browser to

localhost:5001

About

A visualiser tool for the Hashgraph and Lachesis algorithm displayed by Python flask web frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.2%
  • JavaScript 3.8%
  • Python 3.4%
  • HTML 3.2%
  • TeX 1.5%
  • Shell 1.5%
  • Other 3.4%