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