sdgandhi / awesome-zero-knowledge-proofs-1

A curated list of awesome Zero-Knowledge Proofs (ZKP) resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome ZKPs

awesome list badge pull requests welcome badge

A curated list of awesome ZKP resources, libraries, tools and more.

Please check the contribution guidelines for information on formatting and writing pull requests.

Contents

Introductions

Tutorials

Programming Languages

Name Type GitHub Documentation
ZoKrates Python subset https://github.com/Zokrates/ZoKrates https://zokrates.github.io
Circom HDL https://github.com/iden3/circom https://docs.circom.io
SnarkyJS Typescript DSL https://github.com/o1-labs/snarkyjs https://docs.minaprotocol.com/en/zkapps/snarkyjs-reference
Cairo for STARK https://github.com/starkware-libs/cairo-lang https://cairo-lang.org/docs/
Leo Functional, statically-typed https://github.com/AleoHQ/leo https://developer.aleo.org/developer/language/layout/

Tools

ZoKrates: a toolbox for zkSNARKs

Both on Bitcoin and Ethereum

Snarkjs: zkSNARK implementation in JavaScript & WASM

Both on Bitcoin and Ethereum

Books

Communities

Other Curated Lists

Proof Systems

SNARKs STARKs Bulletproofs
proving time O(N * log(N)) O(N * poly-log(N)) O(N * log(N))
verifying time ~O(1) O(poly-log(N)) O(N)
proof size ~O(1) O(poly-log(N)) O(log(N))
Trusted setup required? YES 😒 NO 😄 NO 😄

zkSNARKs

PLONK

Videos

zkSTARKs

Bulletproofs

Trusted Setup

Subversion Resistance

Applications

Blockchains

Games

Machine learning and AI

Auctions

Marketplace

Social

Mixer

Rollup

Tokens / NFT

Voting / Participation

Identity

Attestation

Other app directories


License

CC0

To the extent possible under law, sCrypt Inc has waived all copyright and related or neighboring rights to this work.

About

A curated list of awesome Zero-Knowledge Proofs (ZKP) resources.