From 80f33cbc10db0530bacadbfe38ac2a089df75401 Mon Sep 17 00:00:00 2001 From: josh crites <jc@joshcrites.com> Date: Mon, 22 Jan 2024 12:01:59 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12b1d81..427c646 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ A curated list of resources for learning and programming in Noir. ### Boilerplates - [Aztec Starter](https://github.com/AztecProtocol/aztec-starter) - A starting point for writing Aztec contracts and tests (and learning!) -- [Aztec Boxes](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/boxes) - A collection of boilerplates for building with Aztec - - Requires [`@aztec/cli`](https://www.npmjs.com/package/@aztec/cli), run `aztec-cli unbox [blank | blank-react | token] <new_project_folder_name>` - - Getting started [doc](https://docs.aztec.network/dev_docs/getting_started/blank_box) +- [Aztec Boxes](https://github.com/AztecProtocol/aztec-packages/tree/master/boxes) - A collection of boilerplates for building with Aztec + - [Install the sandbox](https://docs.aztec.network/dev_docs/getting_started/quickstart#install-the-sandbox) + - run `aztec-cli unbox [box_name] [new_project_name]` - [Vite Starter](https://github.com/puzzlehq/aztec-sandbox-vite-starter) ### Libraries