Skip to content

Gateway-DAO/verification-flow-poc

Repository files navigation

Gateway Protocol

Gateway Documentation

Gateway Protocol is the world's first user-owned data-sharing protocol.

Gateway Protocol · Docs · Blogs

About

This application showcases how to integrate the Gateway Protocol into a Next.js application. You have the ability to connect user's wallet, issue them Personal Data Assets (PDAs), and ask for their consent to share their data with your application via a Data Request.

Pre-requisites

  • Getting API keys from Gateway Protocol
  • Node.js installed on your machine
  • Filling in the .env file with your API keys, use the .env.example file as a template

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published