Issuer App

The Issuer App is a React application that handles the back office tasks of issuing and rejecting credential requests. It is built to be connected to any Request Credential Service Server (that is API compatible with RIF Identity issuer service), and login happens with a username and password.

Features

Screenshots

Login Screen

Login Screen

Credential List

Credential List

Extend

The issuer app has a lot of potential for future development including:

Run locally:

The issuer application can connect to any credential server so there is no need to set environment variables.

yarn
yarn start

Run for development

yarn
yarn build