Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 643 Bytes

File metadata and controls

42 lines (31 loc) · 643 Bytes

BCxFL for DecentSpec Project

run the seed node:

cd seednode
source run_seed.sh

run the miner servers:

cd ../servers
source run_miner.sh

run an edge device simulator:

cd ../edge
source run_edge.sh

run the blockchain viewer, the console will remain in viewer's terminal:

cd ..
python run_view.py

or you can just run all cmds above through one batch file:

source run_all.sh

current 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.