0.1.0 • Published 5 years ago
rln-wasm v0.1.0
RLN
This is the development repo of rate limit nullifier zkSNARK circuits.
For details, see work in progress document here
Test
cargo test --release --features multicore rln_32 -- --nocaptureGenerate Test Keys
cargo run --release --example export_test_keysWasm Support
### Build
wasm-pack build --release --target=nodejs --scope=rln --out-name=$PACKAGE --out-dir=$PACKAGE_DIR -- --features wasmTest
With wasm-pack:
wasm-pack test --release --node -- --features wasmWith cargo:
Follow the steps here before running the test, then run:
cargo test --release --target wasm32-unknown-unknown --features wasm0.1.0
5 years ago