Skip to content

space-meridian/zkpassport-sdk-example

 
 

Repository files navigation

ZKPassport SDK Example

This example demonstrates how to use the ZKPassport SDK for verifying passports and national IDs both for off-chain and on-chain verification.

Getting Started

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    

Next.js App Structure

This application uses Next.js App Router with a proper separation of server and client components:

  • Server components handle static metadata and app structure
  • Client components manage state, user interactions, and network communications

This architecture ensures optimal performance and SEO while still providing a rich interactive experience.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • CSS 1.2%
  • JavaScript 1.0%