Skip to content

Commit

Permalink
Update RISC0 prover deployment instructions (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailUshakoff authored Jan 28, 2025
1 parent ab3b23b commit 29922ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/Guides/provers/risc0-prover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ cargo --version

Run the following command:
```bash
cargo +nightly-2024-04-18 run --bin risc0-builder -F raiko-tasks/in-memory
cargo run --bin risc0-builder
```
You will get the image ID from the output of that call.

Expand Down Expand Up @@ -230,7 +230,6 @@ Set the required environment variables:
```bash
export GROTH16_VERIFIER_ADDRESS=0x7E2E7DD2Aead92e2e6d05707F21D4C36004f8A2B
export GROTH16_VERIFIER_RPC_URL=http://placeholder:32002
export TASKDB=./raiko-tasks/in-memory
export RISC0_PROVER=local
```
Run Raiko in the background:
Expand Down

0 comments on commit 29922ad

Please sign in to comment.