mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
WASM_PATH=$1
|
|
|
|
cd zkWasm
|
|
./target/release/zkwasm-cli --params ./params testwasm prove --output ./output --wasm $WASM_PATH
|
|
cd .. |