Digital Trust Verifiable Credential Issuer Service
immunization-api
: contains the .Net Core 5.0 back-end code that defines the business logic for patient immunization information.
issuer-api
: contains the .Net Core 3.1 back-end code that defines the business logic for the DTS VC issuer.
angular-frontend
: a Angular frontend that provides users with a user interface to request Verifiable Credentials.
docker
: configurations and script to run the services in Docker on localhost.
ngrok
: configurations tp open an ngrok tunnel to some of the services, required in order to expose the agent instance to the internet.
Please ensure the following pre-requisites are met before attempting to run the project:
Docker
ngrok
jq
Please refer to the readme in the docker folder.