mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
Embassy
Embassy 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