How to Build
Run Auth Server Project
Enter verifier demo folder
cd verifier-demoInstall all dependencies with
npm installSetup local dependencies with docker (note: if you developing with linux you can start the dev server with killing
verifier_demo_nextjs_1container on docker and start the local server withnpm run dev)
docker-compose -f docker-compose.dev-dependencies.yml up --build -dCreate the database using following command
npx prisma migrate devAccess the issuer demo on http://localhost:3000/verifier
Last updated