Verifiable credentials Issuing

This repository cointains an issuer.

See CONTRIBUTING.md for information about commit messages and more.

Mattr verifier

Prerequisite

Here is a list for needed technologies for development.

Setup environment variables

Copy the .env.example file and rename the copy to .env. Then add your secret variables to the .env file, not the .env.example file.

Java

Java 22 is needed to run the backend. Get java 22 here.

Maven

Guide for maven download and installation can be found here.

Frontend Prerequisites

todo