node-cli 2.0.0

Generic Tetcore node implementation in Rust.
1
2
3
4
5
6
7
8
9
10
# How to run this demo

```sh
# If necessary, install wasm-bindgen
# The version must match that used when building the browser demo.
cargo install --version 0.2.67 wasm-bindgen-cli

# Run the build script
./build.sh
```