e06af18f4d
Signed-off-by: suchsoon <silverjadebeauty@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
build_ncli.sh | ||
index_ncli.html | ||
ncli_shell.html | ||
nim.cfg |
README.md
Run nimbus ncli 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_ncli.sh
# Run a http server here (wasm + file:/// apparently don't mix)
python -m SimpleHTTPServer
# Open http://localhost:8000/index.html