14 lines
402 B
Markdown
Raw Permalink Normal View History

2024-09-25 13:57:50 +03:00
# Test run instructions
2024-09-26 03:16:58 +02:00
Those are the requirements for [Nexus](https://github.com/nexus-xyz/nexus-zkvm?tab=readme-ov-file#quick-start), in `nexus` folder
2024-09-25 13:57:50 +03:00
2024-09-26 03:15:59 +02:00
To prove execution, one needs to build one of the tests, let`s use [simple_arithmetic_test](./tests/simple_arithmetic_test/) as an example.
2024-09-25 13:57:50 +03:00
To generate a proof, run the following commands:
```sh
cd simple_arithmetic_test
cargo nexus prove
2024-09-26 03:15:59 +02:00
```