Live graphic visualization for Babble Hashgraph
This software is a Work In Progress in its early stage of development.
It is actually only suited for debug and eventualy some demo of the babble consensus system.
Please open an issue if you find a strange or unexpected behaviour.
Run a babble node on 127.0.0.1:1337 with an attached service on 127.0.0.1:8080
cd $GOPATH/src/github.com/mosaicnetworks/babble
make && make build
./build/babble run -l=127.0.0.1:1337 -s=127.0.0.1:8080
Run the graph visualizator with default values
cd $THIS_REPO
npm install
./index.js
Go to http://localhost:3000/
$> ./index.js -h
Options:
--version Show version number [boolean]
-l, --listen Listening port [default: 3000]
-s, --service Connect to the babble service [default: "127.0.0.1:8080"]
-h, --help Show help [boolean]
$> ./index.js -s my.babble.com:9700
$> ./index.js -l 3333