nimbus-eth2/wasm
Zahary Karadjov 0c018cb68a Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
..
.gitignore add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
README.md add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
build.sh add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
build_ncli.sh Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
index.html add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
index_ncli.html add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
index_state_sim.html add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
ncli_shell.html add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
nim.cfg Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
state_sim_shell.html add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00

README.md

Run nimbus state sim in a browser

Simple runners for in-browser running of WASM versions of applications - based on emscripten-generated code.

# Make sure you have built nim-beacon-chain with make first!
./build.sh

# Run a http server here (wasm + file:/// apparently don't mix)
python -m SimpleHTTPServer

# Open http://localhost:8000/index.html