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

Fiesta4Spectrum/prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 83.5%
  • Jupyter Notebook 10.8%
  • HTML 4.8%
  • Shell 0.9%