How to Build
Run Issuer Demo Project
Enter issuer demo folder
cd issuer-demoInstall all dependencies with
npm installRun the project with
npm run devSetup local dependencies with docker
docker-compose -f docker-compose.dev-dependencies.yml up --build -dCreate the database using following command
npx prisma migrate devAccess the issuer demo on localhost:3000/issuer
Last updated