Skip to content

Commit

Permalink
snfoundry_proof_serializer readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jun 18, 2024
1 parent 6bb89dc commit a79ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To verify proofs on Starknet, proceed with the following steps:
1. Prepare calldata of example proof for sncast:

```bash
cargo run --release --bin snfoundry_proof_serializer < examples/proofs/recursive/cairo0_example_proof.json > examples/starknet/calldata
cargo run --release --bin snfoundry_proof_serializer -- -c cairo0 < examples/proofs/recursive/cairo0_example_proof.json > examples/starknet/calldata
```

2. Call the function with calldata on the Starknet contract:
Expand Down

0 comments on commit a79ca71

Please sign in to comment.