https://github.com/aztecprotocol/noir-starter
https://github.com/aztecprotocol/noir-starter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aztecprotocol/noir-starter
- Owner: AztecProtocol
- License: other
- Created: 2023-04-01T05:53:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T01:31:07.000Z (9 months ago)
- Last Synced: 2025-05-27T02:32:41.037Z (9 months ago)
- Language: TypeScript
- Size: 17.4 MB
- Stars: 189
- Watchers: 8
- Forks: 59
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Noir Starters
This is a reference repo to help you get started with writing zero-knowledge circuits with [Noir](https://noir-lang.org/).
Each project is an example you can use as template. Feel free to mix them in order to find the best combination of technology that suits your needs.
## Getting started
If you have [node](https://nodejs.org/en/download) installed, just open a terminal and run:
```bash
npx create-noir
```
### Templates
- Foundry: [`./with-foundry`](./with-foundry)
- Vite + Hardhat: [`./vite-hardhat`](./vite-hardhat)
## Example Projects
You can view more complete example projects written in Noir in the [Noir Examples](https://github.com/noir-lang/noir-examples) repo.
## Support
Need help? Join the [Noir Discord](https://discord.gg/JtqzkdeQ6G) or reach out on [Twitter](https://twitter.com/NoirLang).
## Contributing
We welcome contributions! Check out the [contributing guidelines](./CONTRIBUTING.md) for more info.