Getting Started
The ZK Email SDK allows you to create zero-knowledge proofs for email verification. This guide will walk you through the process of using the SDK in your application, introducing key concepts along the way.
Using the ZK Email SDK involves several steps:
Setting up the SDK in your application
Creating a pattern for email parsing
Generating inputs from emails
Creating and managing proofs
Verifying proofs
Let's go through each of these steps in detail.
Last updated