Files
self/circuits
0xturboblitz f0956e0f53 merkle tree serialization and building
- added serialization to @zk-kit/imt
- building the tree in registry and copying it to /common and /app/deployments
- factor getLeaf
- all tests passing and in-app proof gen working
2024-02-25 00:11:31 -07:00
..
2023-10-03 12:39:36 +02:00
2024-01-15 22:10:40 +01:00
2024-01-15 18:33:36 +01:00

Proof of Passport Circuits

Proof of Passport circuits verify signatures of passport-emitting authorities.

🚧 under heavy development 🚧

Requirements

Install circom and nodejs v18

Installation

yarn

Build circuits (dev only, not secure)

./scripts/build_circuit.sh

Run tests

yarn test

This will run tests with sample data generated on the fly.

To run tests with your own passport data, extract your passportData.json using the app (available soon), place it in inputs/, then run yarn test