EzKYC is a Know Your Customer (KYC) solution based on zero-knowledge proof technology, designed to protect user privacy while meeting compliance requirements. The platform provides a secure and transparent identity verification process for both businesses and users.
#Uing yarn
yarn install
- On Vercel, in
Storage
, configure an Upstash For Redis database. Copy.env.example
to.env
and add your environment variables. - Update
VERIFIER_URL
to ngrok interface when develop locally
yarn dev
Open http://localhost:3000 to view the application.
/app
- Next.js application pages/company
- Company portal/user
- User verification flow
/components
- Reusable components/hooks
- Custom React hooks/lib
- Utility functions and constants/public
- Static assets/pages/api
- Api services