noirenberg
v0.1.6
Published
This repo contains starter projects using Noir and Barretenberg, together with a CLI tool to help you get started.
Downloads
14
Readme
Noirenberg
Noirenberg is a CLI tool that helps you get started with Noir and Barretenberg. It provides a simple interface to install Noir and Barretenberg, and to create new Noir projects.
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
Run:
curl -L noiren.be | bash
This will install Noirenberg globally on your system. You can now use the noirenberg
command to install Noir and Barretenberg.
Templates
Run noirenberg new
to create a new Noir project. You can choose between two templates:
- Foundry:
./with-foundry
- Vite + Hardhat:
./vite-hardhat
Example Projects
You can view more complete example projects written in Noir in the Noir Examples repo.
Support
Need help? Join the Noir Discord or reach out on Twitter.
Contributing
We welcome contributions! Check out the contributing guidelines for more info.