A visualiser tool for the Hashgraph algorithm displayed by web frontend.
ssh -L 3333:localhost:3333 -i team9-blockchain.pem [email protected]
cd /go/src/github.com/group9/HashgraphVisualiser/data_streamer
go run data_streamer.go
cd go/src/github.com/group9/HashgraphVisualiser/lachesis
docker-compose up
python pyserver.py
python pyflask.py
localhost:5001