Skip to content

Passport allows users to prove their identity through a secure, decentralized UI

License

Notifications You must be signed in to change notification settings

Liliatan/passport

Repository files navigation

dPopp

Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

install DPOPP:

git clone https://github.com/gitcoinco/dPopp.git
npm install --global lerna
lerna bootstrap

run DPOPP:

# remember to create .env files first
yarn start

app

This will be the web app allowing users to interact with their dpopp

start only the 📱 frontend:

cd app
yarn start

iam

This is the server handling incoming requests to issue credentials and process verifications

start only the IAM server:

cd iam
yarn start

identity

This is a helper package to compile Spruce DIDKit and export functions for use in iam and app packages.

About

Passport allows users to prove their identity through a secure, decentralized UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • HTML 2.5%
  • JavaScript 1.5%
  • Other 0.2%