nimbus-eth2/wasm
asymmetric 51f967a548
scripts: make shebang more portable (#2216)
Some Linux distros (like NixOS) don't place bash in /bin/bash.
2021-01-08 11:29:43 +01:00
..
.gitignore
README.md
build.sh scripts: make shebang more portable (#2216) 2021-01-08 11:29:43 +01:00
build_ncli.sh scripts: make shebang more portable (#2216) 2021-01-08 11:29:43 +01:00
index.html
index_ncli.html
index_state_sim.html
ncli_shell.html
nim.cfg
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