mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-04 06:13:12 +00:00
13 lines
131 B
Markdown
13 lines
131 B
Markdown
|
|
Run test with proof generation:
|
||
|
|
|
||
|
|
```sh
|
||
|
|
./test_proof.sh
|
||
|
|
```
|
||
|
|
|
||
|
|
Run test without proof generation:
|
||
|
|
|
||
|
|
```sh
|
||
|
|
./test_without_proof.sh
|
||
|
|
```
|
||
|
|
|