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:

  1. Setting up the SDK in your application

  2. Creating a pattern for email parsing

  3. Generating inputs from emails

  4. Creating and managing proofs

  5. Verifying proofs

Let's go through each of these steps in detail.

Last updated