# ZKPassport Monorepo This monorepo contains the components of the ZKPassport project: - **Registry Contracts**: Smart contracts for the onchain registry - **Registry SDK**: JavaScript SDK for interacting with the registry - **Registry Explorer**: Web app for exploring and verifying registry certificates - **ZKPassport SDK**: SDK for integrating with ZKPassport - **ZKPassport Utils**: Shared utilities used across ZKPassport packages ## Project Structure ``` zkpassport-packages/ ├── packages/ │ ├── registry-contracts/ # Registry Contracts │ ├── registry-sdk/ # Registry SDK │ ├── registry-explorer/ # Registry Explorer │ ├── zkpassport-sdk/ # ZKPassport SDK │ └── zkpassport-utils/ # ZKPassport Utils ```