Skip to content

ws4charlie/zkdid-circuits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkdid-circuits

This Github repo contains the circuits for zero-knowledge credentials.

Prerequisites

Install Rust

curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

Install circom

cargo install --path circom

Install snarkjs

npm install -g snarkjs

Install dependencies

npm install

Download ptau files for bn128

./download_ptau.sh

Build Circuits

./build.sh

How Does it Work

Zero-knowledge proofs allow you to prove that your ZK credential fits certain criterion without disclosing your information.

About

The circuits for zero-knowledge credentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published