mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
6 lines
161 B
Bash
Executable File
6 lines
161 B
Bash
Executable File
#!/bin/bash -x
|
|
python zkas.py ../proof/mint.zk --bincode
|
|
du -sh ../proof/mint.zk.bin
|
|
python zkas.py ../proof/mint.zk
|
|
cargo run --all-features --release --bin vm
|