Skip to content

Commit

Permalink
docs: repro builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 8, 2025
1 parent 6b6e7b3 commit 2a068a7
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 Blobstream binary using the corresponding Docker tag, output directory and ELF name.
cargo prove build --docker --tag v3.0.0 --output-directory ../script --elf-name blobstream-elf
cargo prove build --docker --tag v3.0.0 --elf-name blobstream-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 2a068a7

Please sign in to comment.