How to Build
Run Auth Server Project
Enter verifier demo folder
cd verifier-demo
Install all dependencies with
npm install
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 withnpm run dev
)
docker-compose -f docker-compose.dev-dependencies.yml up --build -d
Create the database using following command
npx prisma migrate dev
Access the issuer demo on http://localhost:3000/verifier
Last updated