This is a reference repo to help you get started with writing zero-knowledge circuits with Noir.
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.
If you have node installed, just open a terminal and run:
npx create-noir
- Foundry:
./with-foundry
- Vite + Hardhat:
./vite-hardhat
You can view more complete example projects written in Noir in the Noir Examples repo.
Need help? Join the Noir Discord or reach out on Twitter.
We welcome contributions! Check out the contributing guidelines for more info.