mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
5 lines
201 B
Bash
Executable File
5 lines
201 B
Bash
Executable File
#!/bin/bash -x
|
|
python scripts/preprocess.py proofs/spend.pism > /tmp/spend.pism
|
|
python scripts/pism.py /tmp/spend.pism proofs/mint.aux | rustfmt > src/spend_contract.rs
|
|
cargo run --release --bin spend
|