Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 631 Bytes

File metadata and controls

17 lines (13 loc) · 631 Bytes

ZKPassport Monorepo

This monorepo contains the components of the ZKPassport Registry:

  • Registry Contracts: Smart contracts for the on-chain registry
  • Registry SDK: JavaScript SDK for interacting with the registry
  • Registry Explorer: Web app for exploring and verifying registry certificates

Project Structure

zkpassport-packages/
├── packages/
│   ├── registry-contracts/     # Registry smart contracts
│   ├── registry-sdk/           # Registry JS SDK for querying the registry
│   ├── registry-explorer/      # Registry Explorer web app for exploring the registry