How to Build

Run Auth Server Project


  1. Enter verifier demo folder cd verifier-demo

  2. Install all dependencies with npm install

  3. Setup local dependencies with docker (note: if you developing with linux you can start the dev server with killing verifier_demo_nextjs_1 container on docker and start the local server with npm run dev)

docker-compose -f docker-compose.dev-dependencies.yml up --build -d
  1. Create the database using following command

npx prisma migrate dev
  1. Access the issuer demo on http://localhost:3000/verifier

Last updated