mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04: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
|
|
|