Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KNOWN_USERS.md #1382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 34 additions & 2 deletions docs/KNOWN_USERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# Known `gnark` users
# Known `gnark` Users

* [Linea](https://linea.build) - Ethereum L2 rollup based on ZKPs. gnark is used for precompile proving, Vortex proof recursive verification, 2-chain proof aggregation, proof compression to BN254 and PLONK Solidity verification. gnark-crypto is used for finite field arithmetic.
This document lists projects and organizations using `gnark` in production. If you're using `gnark`, please consider adding your project here by submitting a pull request.

## Production Systems

* [Linea](https://linea.build) - Ethereum L2 rollup based on ZKPs
- Use cases:
- Precompile proving
- Vortex proof recursive verification
- 2-chain proof aggregation
- Proof compression to BN254
- PLONK Solidity verification
- Technologies: gnark, gnark-crypto (finite field arithmetic)

## Research Projects

*No entries yet. Be the first to add your research project!*

## Tools and Libraries

*No entries yet. Be the first to add your tool or library!*

## How to Add Your Project

1. Fork the repository
2. Add your project under the appropriate category
3. Include:
- Project name and link
- Brief description
- How you use gnark
- Any additional relevant details
4. Submit a pull request

Please ensure your entry follows the format above and provides value to the community by sharing your experience with gnark.