Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Jan 22, 2024
1 parent d7b2e0f commit 80f33cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80f33cb

Please sign in to comment.