nimbus-eth2/wasm/README.md
Jacek Sieka 23b93adfe6 add simple wasm page with state simulator (#334)
* add simple wasm page with state simulator

* wip ncli online

Co-authored-by: tersec <tersec@users.noreply.github.com>
2020-01-22 15:36:16 +00:00

360 B

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