Skip to content

Commit

Permalink
add aztec-starter
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Dec 20, 2023
1 parent a92df07 commit 54e6cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ A curated list of resources for learning and programming in Noir.

### Boilerplates

- [Aztec Boxes](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/boxes) - A collection of boilerplates for building with Aztec
- [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)
- [Vite Starter](https://github.com/puzzlehq/aztec-sandbox-vite-starter)
Expand Down

0 comments on commit 54e6cc4

Please sign in to comment.