Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamsahu/awesome-circom
A curated list of awesome resources for learning and programming with Circom
https://github.com/iamsahu/awesome-circom
List: awesome-circom
Last synced: 16 days ago
JSON representation
A curated list of awesome resources for learning and programming with Circom
- Host: GitHub
- URL: https://github.com/iamsahu/awesome-circom
- Owner: iamsahu
- Created: 2023-02-01T16:25:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T16:44:46.000Z (over 1 year ago)
- Last Synced: 2024-05-21T01:07:19.586Z (7 months ago)
- Size: 16.6 KB
- Stars: 23
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-circom - A curated list of awesome resources for learning and programming with Circom. (Other Lists / Monkey C Lists)
README
# Awesome Circom
A curated list of awesome resources for learning and programming with [Circom](https://iden3.io/circom)
## Contents
- [Official Resources](#official-resources)
- [Get Coding](#get-coding)
- [Libraries](#libraries)
- [Dev Tools](#dev-tools)
- [Projects](#projects)
- [Talks & Workshops](#talks-workshops)---
## Official Resources
- [Documentation](https://docs.circom.io/)
- [Github](https://github.com/iden3/circom)## Get Coding
### Dev Tools
- [zkRepl](https://zkrepl.dev/)
- [Circomspect](https://github.com/trailofbits/circomspect)### Boilerplates
- [Circom Starter](https://github.com/0xPARC/circom-starter)
### Libraries
- [CircomLib](https://github.com/iden3/circomlib)
- [Circom-ecdsa](https://github.com/0xPARC/circom-ecdsa)
- [efficient-zk-ecdsa](https://github.com/personaelabs/efficient-zk-ecdsa)## Projects
- [Circom pairing](https://github.com/yi-sun/circom-pairing)
- [zk-identity](https://github.com/jefflau/zk-identity)
- [Building roll ups in circom](https://github.com/GuthL/roll_up_circom_tutorial)
- [Semaphore](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits)
- [ZKHunt](https://github.com/FlynnSC/zk-hunt)
- [NightMarket for Darkforest](https://github.com/factorgroup/nightmarket)
- [DarkForest](https://github.com/darkforest-eth/circuits)
- [BattleZips](https://battlezips.gitbook.io/battlezips/development/circom-language)
- [zkRegex](https://github.com/zk-email-verify/zk-regex)
- [zk Email](https://github.com/zk-email-verify)
- [zkMaps](https://github.com/zkMaps/zkMaps)
- [privacy pools](https://github.com/ameensol/privacy-pools)
- [Telepathy (SuccinctLabs)](https://github.com/succinctlabs/telepathy-circuits)
- [zkShield](https://github.com/bankisan/zkShield)
- [zk-p2p-on ramp](https://github.com/0xSachinK/zk-p2p-onramp/tree/main)## Talks & Workshops
- [Circom Workshop by 0xPARC](https://learn.0xparc.org/materials/circom/learning-group-1/circom-1)
- [Zero Knowledge Proofs, MooC 2023](https://zk-learning.org)
- [Programming ZKPs Part 1](https://www.youtube.com/watch?v=kho-vcQGa0c)
- [Programming ZKPs Part 2](https://www.youtube.com/watch?v=guQoS2xSksI)
- [Modern Zero Knowledge Cryptography [MIT IAP 2023]](https://zkiap.com/)
- [Circom 1](https://www.youtube.com/watch?v=El64GK_rM6c)
- [Circom 2](https://www.youtube.com/watch?v=CjaMn9bMeFg)## Contribute
Propose link additions by visiting [README.md](./README.md) and click the "pen" icon in the top right corner. Make changes to the file and follow the instructions to create a pull request.