moved src/bin/ to /example and fixed errors

This commit is contained in:
lunar-mining
2022-01-09 15:46:01 +01:00
parent fad4e7aa65
commit d001a140dc
11 changed files with 41 additions and 16 deletions

View File

@@ -2,4 +2,4 @@
python zkas.py ../proof/burn.zk --bincode
du -sh ../proof/burn.zk.bin
python zkas.py ../proof/burn.zk
cargo run --all-features --release --bin vm_burn
cargo run --all-features --release --example vm_burn

View File

@@ -2,4 +2,4 @@
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
cargo run --all-features --release --example vm