Setup Development Environment
Issuer Demo Setup
Clone didPass repository then checkout to
developmentbranch
git clone https://github.com/GDP-ADMIN/didPass.gitCopy issuer-demo's
.env.exampleas.envand Set Environment Variables in.env
Set Environment Variables
Run Redis
Fill
REDIS_HOST,REDIS_PASSWORD, andREDIS_PORTvalue
REDIS_HOST="127.0.0.1"
REDIS_PASSWORD=""
REDIS_PORT="6379"Please ask developer team for
ISSUER_PRIVATE_KEY
ISSUER_PRIVATE_KEY="<placeholder(Issuer Private Key)>"Run ngrok
ngrok http 3000, copy forwarding url and fillNEXT_PUBLIC_URLvalue.
NEXT_PUBLIC_URL="<placeholder(public server url)>"References
Last updated