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
This will be the web app allowing users to interact with their dpopp
start only the 📱 frontend:
cd app
yarn start
This is the server handling incoming requests to issue credentials and process verifications
start only the IAM server:
cd iam
yarn start
This is a helper package to compile Spruce DIDKit and export functions for use in iam
and app
packages.