Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noir-lang/noir-starter
https://github.com/noir-lang/noir-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noir-lang/noir-starter
- Owner: noir-lang
- License: mit
- Created: 2023-04-01T05:53:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:51:46.000Z (6 months ago)
- Last Synced: 2024-05-16T11:47:44.768Z (6 months ago)
- Language: Solidity
- Size: 18.2 MB
- Stars: 164
- Watchers: 7
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
- awesome-noir - noir-starter - Template repository containing example projects using Noir (Vite + Hardhat, Foundry, etc.) (Get Coding / Boilerplates)
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.