run the seed node:
cd seednode
source run_seed.shrun the miner servers:
cd ../servers
source run_miner.shrun an edge device simulator:
cd ../edge
source run_edge.shrun the blockchain viewer, the console will remain in viewer's terminal:
cd ..
python run_view.pyor you can just run all cmds above through one batch file:
source run_all.shcurrent config:
seednode @ localhost:5000
servernodes @ localhost:8000-8002
viewer @ localhost:5001
Then you can play with the blockchain opening http://127.0.0.1:5001 in your browser
xterm is needed.