Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noir-lang/noir-examples
A repo of example Noir projects.
https://github.com/noir-lang/noir-examples
Last synced: 3 months ago
JSON representation
A repo of example Noir projects.
- Host: GitHub
- URL: https://github.com/noir-lang/noir-examples
- Owner: noir-lang
- License: mit
- Created: 2023-07-11T18:36:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-10T17:37:15.000Z (9 months ago)
- Last Synced: 2024-05-10T18:41:57.263Z (9 months ago)
- Language: Solidity
- Size: 7.95 MB
- Stars: 31
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - Noir Examples - reference examples of zero-knowledge applications in Noir (Learning / Examples)
README
# Noir Examples
This is a reference repo to help you get started with writing zero-knowledge circuits and applications with [Noir](https://noir-lang.org/).
Each project is an example you can use for whatever you want. Feel free to mix them in order to find the best combination of technology that suits your needs.
- Private Voting: [`./foundry-voting`](./foundry-voting)
- Stealthdrop: [`./stealthdrop`](./stealthdrop)
- Recursion: [`./recursion`](./recursion/)## Starter
You can view simpler, boilerplate projects that are good templates for starting your own Noir project in the [Noir Starter](https://github.com/noir-lang/noir-starter) repo.
## Support
Need help? Join the [Noir Discord](https://discord.gg/JtqzkdeQ6G) or reach out on [X (formerly Twitter)](https://x.com/NoirLang).
## Contributing
We welcome contributions! Check out the [contributing guidelines](./CONTRIBUTING.md) for more info.