From 4a4bbec4e15357008eac4d95a75ab30cd72c2b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Tue, 7 Jan 2025 13:23:03 +0100 Subject: [PATCH] tiny nit while following the guide --- docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md b/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md index 3cc4693a..290db0a9 100644 --- a/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md +++ b/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md @@ -95,7 +95,7 @@ nargo execute witness bb prove_ultra_keccak_honk -b target/hello.json -w target/witness.gz -o target/proof.bin ``` -Finally, you can obtain the `full_proof_with_hints` array using the garaga CLI : +Finally, you can obtain the `full_proof_with_hints` array using the garaga CLI. From within the "target" directory: ```bash garaga calldata --system ultra_keccak_honk --vk vk.bin --proof proof.bin --format array