nimbus-eth2/wasm
tersec b79e5f8af5
update nim-beacon-chain to nimbus-eth2 in beacon_chain/, ncli/, tests/, and README.md (#1843)
2020-10-08 19:02:05 +00:00
..
.gitignore
README.md update nim-beacon-chain to nimbus-eth2 in beacon_chain/, ncli/, tests/, and README.md (#1843) 2020-10-08 19:02:05 +00:00
build.sh
build_ncli.sh Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
index.html update nim-beacon-chain to nimbus-eth2 in beacon_chain/, ncli/, tests/, and README.md (#1843) 2020-10-08 19:02:05 +00:00
index_ncli.html update nim-beacon-chain to nimbus-eth2 in beacon_chain/, ncli/, tests/, and README.md (#1843) 2020-10-08 19:02:05 +00:00
index_state_sim.html update nim-beacon-chain to nimbus-eth2 in beacon_chain/, ncli/, tests/, and README.md (#1843) 2020-10-08 19:02:05 +00:00
ncli_shell.html
nim.cfg Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
state_sim_shell.html

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 nimbus-eth2 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