Proof of concept project. Executes litmus verification algorithms within SP1.
There are two ways to run this project: compile execute a program or generate a core proof.
To compile the program:
cd program
cargo prove build
To run the program without generating a proof:
cd script
cargo run --release -- --execute
This will execute the program and display the output.
To generate a core proof for your program:
cd script
cargo run --release -- --prove