mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-11 01:33:08 +00:00
16 lines
429 B
Markdown
16 lines
429 B
Markdown
# Test run instructions
|
|
|
|
Firstly there is requirements
|
|
|
|
- [Nexus](https://github.com/nexus-xyz/nexus-zkvm?tab=readme-ov-file#quick-start)
|
|
|
|
Next, we assume, that one is in `nexus` folder.
|
|
|
|
To prove execution we need to build one of the tests, let`s use [simple_arithmetic_test](./tests/simple_arithmetic_test/) as an example.
|
|
|
|
To generate a proof, run the following commands:
|
|
|
|
```sh
|
|
cd simple_arithmetic_test
|
|
cargo nexus prove
|
|
``` |