mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
#!/bin/bash -x
|
|
python scripts/preprocess.py proofs/bits.psm > /tmp/bits.psm
|
|
python scripts/vm.py --rust /tmp/bits.psm > src/bits_contract.rs
|
|
cargo run --release --bin bits
|
|
|