How to Build
Run Issuer Demo Project
Enter issuer demo folder
cd issuer-demo
Install all dependencies with
npm install
Run the project with
npm run dev
Setup local dependencies with docker
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 localhost:3000/issuer
Last updated