From 8694d52a5b6902c92d0b9ba4b3e55993db408189 Mon Sep 17 00:00:00 2001 From: josh crites Date: Mon, 11 Sep 2023 14:17:35 -0400 Subject: [PATCH] Update cli.md --- docs/docs/dev_docs/getting_started/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/dev_docs/getting_started/cli.md b/docs/docs/dev_docs/getting_started/cli.md index d56811069367..c32ecffaff58 100644 --- a/docs/docs/dev_docs/getting_started/cli.md +++ b/docs/docs/dev_docs/getting_started/cli.md @@ -46,6 +46,8 @@ We have shipped a number of example contracts in the `@aztec/noir-contracts` npm #include_code example-contracts yarn-project/end-to-end/src/cli_docs_sandbox.test.ts bash +You can see all of our example contracts in the monorepo [here](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/noir-contracts/src/contracts). + In the following sections there will be commands that require contracts as options. You can either specify the full directory path to the contract abi, or you can use the name of one of these examples as the option value. This will become clearer later on. ## Creating Accounts