This commit is contained in:
kilic 2020-06-13 23:03:29 +03:00
parent a188f747af
commit 73da37a841
1 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
This is the development repo of rate limit nullifier zkSNARK circuits. This is the development repo of rate limit nullifier zkSNARK circuits.
For details, see work in progress document [here](https://hackmd.io/tMTLMYmTR5eynw2lwK9n1w?view)) For details, see work in progress document [here](https://hackmd.io/tMTLMYmTR5eynw2lwK9n1w?view)
## Test ## Test
@ -10,7 +10,7 @@ For details, see work in progress document [here](https://hackmd.io/tMTLMYmTR5ey
cargo test --release --features multicore rln_32 -- --nocapture cargo test --release --features multicore rln_32 -- --nocapture
``` ```
## Generate Test Keys ## Generate Test Keys
``` ```
cargo run --release --example export_test_keys cargo run --release --example export_test_keys
@ -28,9 +28,7 @@ wasm-pack test --release --node -- --features wasm
With cargo: With cargo:
Follow the steps [here](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/usage.html#appendix-using-wasm-bindgen-test-without-wasm-pack) before running the test. Follow the steps [here](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/usage.html#appendix-using-wasm-bindgen-test-without-wasm-pack) before running the test, then run:
Then run:
``` ```
cargo test --release --target wasm32-unknown-unknown --features wasm cargo test --release --target wasm32-unknown-unknown --features wasm