mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-10 13:58:04 -05:00
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/bash
|
|
sh ./scripts/build_wasm.sh &&
|
|
sh ./scripts/addr_membership_circuit.sh &&
|
|
sh ./scripts/pubkey_membership_circuit.sh
|