mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
6 lines
165 B
Bash
Executable File
6 lines
165 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 --example vm
|