Skip to content

Commit

Permalink
chore: add note to install bb
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 16, 2024
1 parent 2f1f8f3 commit cc1ff8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion noir/noir-repo/docs/docs/getting_started/hello_noir/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@ y = "0x0000000000000000000000000000000000000000000000000000000000000002"
## Prove Our Noir Program

Prove the valid execution of your Noir program using bb:
:::info

Nargo no longer handles communicating with backends in order to generate proofs. In order to prove/verify your Noir programs, you'll need an installation of [bb](../barretenberg/index.md).

:::

Prove the valid execution of your Noir program using `bb`:

```sh
bb prove -b ./target/hello_world.json -w ./target/witness-name.gz -o ./proof
Expand Down

0 comments on commit cc1ff8f

Please sign in to comment.