nimbus-eth2/wasm
suchsoon e06af18f4d
fix: fix incorrect html tag (#6708)
Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
2024-11-07 08:58:53 +00:00
..
.gitignore add simple wasm page with state simulator (#334) 2020-01-22 15:36:16 +00:00
README.md rm state_sim WASM wrapper/demo (#5421) 2023-09-12 15:03:18 +00:00
build_ncli.sh scripts: make shebang more portable (#2216) 2021-01-08 11:29:43 +01:00
index_ncli.html fix: fix incorrect html tag (#6708) 2024-11-07 08:58:53 +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

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