mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
6 lines
206 B
Bash
Executable File
6 lines
206 B
Bash
Executable File
#!/bin/bash -x
|
|
python3 scripts/preprocess.py proofs/mint2.psm > /tmp/mint2.psm || exit $?
|
|
python3 scripts/compile.py --supervisor /tmp/mint2.psm --output mint.zcd || exit $?
|
|
cargo run --release --bin mint
|
|
|