Skip to content
/ dPopp Public
forked from passportxyz/passport

dPopp allows users to prove their identity through a secure, decenteralized UI

License

Notifications You must be signed in to change notification settings

0xVikiZ/dPopp

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

dPopp allows users to prove their identity through a secure, decenteralized UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 4.1%
  • HTML 1.1%
  • Other 1.0%