mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
6 lines
203 B
Bash
Executable File
6 lines
203 B
Bash
Executable File
#!/bin/bash -x
|
|
python3 scripts/preprocess.py proofs/mimc.psm > /tmp/mimc.psm || exit $?
|
|
python3 scripts/compile.py --supervisor /tmp/mimc.psm --output mimc.zcd || exit $?
|
|
cargo run --release --bin mimc
|
|
|