2024-09-26 03:18:19 +02:00

14 lines
404 B
Markdown

# Test run instructions
Those are the requirements for [SP1](https://docs.succinct.xyz/getting-started/install.html), in `sp1` folder.
To prove execution one needs 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
cd script
cargo run --release -- --prove
```