How to Build

Run Issuer Demo Project


  1. Enter issuer demo folder cd issuer-demo

  2. Install all dependencies with npm install

  3. Run the project with npm run dev

  4. Setup local dependencies with docker

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 localhost:3000/issuerarrow-up-right

Last updated