Skip to content

Commit

Permalink
docs: repro build
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 8, 2025
1 parent 0e615b2 commit 1d625c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/reproducible-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then build the binaries:
cd program

# Builds the SP1 Vector binary using the corresponding Docker tag and ELF name.
cargo prove build --docker --tag v3.0.0 --elf-name vector-elf
cargo prove build --docker --elf-name vector-elf
```

Now, verify the binaries by confirming the output of `vkey` matches the vkeys on the contract. The `vkey` program outputs the verification key
Expand Down

0 comments on commit 1d625c1

Please sign in to comment.