Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/critesjosh/noir-browser-proving-test
https://github.com/critesjosh/noir-browser-proving-test
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/critesjosh/noir-browser-proving-test
- Owner: critesjosh
- License: mit
- Created: 2023-08-11T13:33:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T13:35:49.000Z (over 1 year ago)
- Last Synced: 2024-10-29T07:41:12.296Z (2 months ago)
- Language: Solidity
- Size: 6.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
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.
## Templates
Use templates as a starting point for your project.
- Next.js + Hardhat: [`./next-hardhat`](./next-hardhat)
- Foundry: [`./with-foundry`](./with-foundry)## 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.