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