snarkjs
There are 81 repositories under snarkjs topic.
sismo-core/hydra-s1-zkps
Hydra-S1 ZK Proving scheme circuits, used for ZK Attesters in Sismo
privacy-scaling-explorations/zkp-app-boilerplate
Build your zkp app with typescript, hardhat, circom, and snarkjs!
shanzson/Zero-Knowledge-Proofs-Learning-Resources
This repository contains Zk learning resources
0xEigenLabs/eigen-zkvm
A Rust zkVM with a Modular Proof System
dl-solarity/hardhat-zkit
The ultimate TypeScript environment for Circom development
vplasencia/zkGames
zkGames is a platform that allows users to play zk (zero knowledge) games and mint an NFT as proof that they have won.
xorddotcom/SHIELD
Shield is a development framework for circom developers. The core reason is to provide libraries, plugins, and testing tools to ensure code quality and security.
LuozhuZhang/zkps-circuit-snark
A zk-SNARK implementation
getZeFi/circomjs
CircomJS is a javascript framework that allows you to automate your Circom workflow in pure javascript.
vplasencia/zkSudoku
zkSudoku is a platform that allows users to play zk (zero knowledge) Sudoku games.
anonklub/anonklub
Anonymous Proof of Ethereum Address Ownership
enricobottazzi/designated-verifier-proof
Reusable component to add a designated verifier to your zk circom circuit. It means that the zk proof generated from your circuit cannot be verified by someonewho is not the designated verifier (identified by its ethereum public address)
miguelmota/zksnarks-example
An example of how generate zero-knowledge proofs and verify using an Ethereum smart contract.
socathie/circomlib-matrix
Circuits library for matrix operations in circom
summa-dev/circuits-circom
Circuits, written in circom, for Proof Of Solvency
dcbuild3r/ptau-deserializer
.ptau deserializer for gnark groth16 bn254 trusted setup
socathie/zkPhoto
Private authentic photo sharing using ZKP
advaita-saha/zk-Voting
Anonymous Voting system build with the power of Zero-knowledge cryptography
worldcoin/ptau-deserializer
snarkjs powers of tau universal setup (.ptau) deserializer for gnark's groth16 bn254 phase1 trusted setup
iden3/prover-server
REST API for snarkjs prover
socathie/zkPuzzles
Puzzles using ZKP
SpartanLabsXyz/zk-sbt
zk-sbt using circom2 hardhat-circom
enricobottazzi/ZK-SBT-FrontEnd
This repo contains the frontend implementation related to the ZK-SBT protocol
alxkzmn/zk-wordle
The Wordle you know, but with Zero-Knowledge Proofs
vplasencia/zkSudoku-plonk
zkSudoku is a platform that allows users to play zk (zero knowledge) Sudoku games.
distributed-lab/circom-wasm
zk-SNARK WASM circuit compiler
delta-mpc/delta-zk
The zero knowledge proof system used in Delta.
0xEigenLabs/plonkjs
Javascript/NodeJS Plonk prover and verifier on bellman
SaberDoTcodeR/ton-zk-verifier
Simple Circom circuit and a parser to func with Groth16 and snarkjs
naveed949/zk-snark-example
zero-knowledge proof using zksnarkjs
SpiralOutDotEu/zk_whitelist
The Zero Knowledge Whitelist Tool is a powerful utility for managing an address whitelist using Zero-Knowledge (ZK) proofs.
dl-solarity/zkit
Circom zero knowledge kit
torch2circom/torch2circom
Transpile PyTorch model to Circom circuit
vplasencia/circom-snarkjs-scripts
Generic scripts to create zero knowledge applications using circom and snarkjs
lucasmenendez/groth16-sp1-verifier
Basic Groth16 SnarkJS verifier compatible with SP1.
manudev97/mpc-zk-rps
Implementation of rock-paper-scissors in circom and snarkjs to verify zero-knowledge proofs onchain and using multi-party computation to ensure privacy in the plays.