This repository contains the documentation for ZK Email, built using Docusaurus.
- Documentation: Comprehensive guides and references for:
- ZK Email SDK: Build custom email verification circuits
- Email Wallet: Smart contract wallet controlled via email
- Account Recovery: Secure account recovery through email verification
- JWT Transaction Builder: Anonymous JWT signature verification
- Email Transaction Builder: Execute blockchain actions via email
- ZK Email Verifier: Core library for email verification
- Clone the repository:
git clone https://github.com/zkemail/docusaurus
cd docs
- Install dependencies:
yarn
- Copy
.env.example
and add your posthog API key:
cp .env.example .env
- Start the development server:
yarn start
This will start a local development server at http://localhost:3000
and open your browser. Most changes are reflected live without needing to restart the server.
Generate a static build:
yarn build
This generates static content in the build
directory that can be served using any static hosting service.xss
Please read our Contributing Guide for details.
MIT Licensed. Note that circom and circomlib dependencies are GPL licensed.