mirror of
https://github.com/vacp2p/nescience-zkvm-testing.git
synced 2026-01-09 05:48:08 -05:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Test run instructions
|
||||
|
||||
Those are the requirements for [SP1](https://docs.succinct.xyz/getting-started/install.html), in `sp1` folder.
|
||||
Those are the requirements for [SP1](https://docs.succinct.xyz/docs/sp1/getting-started/install), 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.
|
||||
|
||||
@@ -9,5 +9,5 @@ To generate a proof, run the following commands:
|
||||
```sh
|
||||
cd simple_arithmetic_test
|
||||
cd script
|
||||
cargo run --release -- --prove
|
||||
cargo +nightly run --release -- --prove
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user