Skip to content

Commit

Permalink
docs: verify binaries elf-name
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 10, 2024
1 parent 6369e96 commit a98ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/advanced/verify-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Then build the binaries:
```bash
cd programs/range
# Build the range-elf
cargo prove build --elf range-elf --docker
cargo prove build --elf-name range-elf --docker

cd ../aggregation
# Build the aggregation-elf
cargo prove build --elf aggregation-elf --docker
cargo prove build --elf-name aggregation-elf --docker
```

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

0 comments on commit a98ce28

Please sign in to comment.