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