INJI Certify enables an issuer to connect with an existing Credential Registry to issue verifiable credentials. Issuer can configure their respective credential schema for various types of certificates they wish to issue. Certificates are generated in JSON-LD as per W3C VC v1.1.
- Link to Stoplight
Instructions here.
- Supported versions: 0.3.0 and above
- Download the latest JAR from:
https://oss.sonatype.org/content/repositories/snapshots/io/mosip/certify/postgres-dataprovider-plugin/0.3.0-SNAPSHOT/
- Refer to the documentation of postgres plugin for required configurations: Postgres Plugin Doc
You can create your own plugin by implementing the following interface and refer the below for postgres-dataprovider-plugin implementation:
Reference Implementation: postgres-dataprovider-plugin.
public interface DataProviderPlugin {
// Implement your custom logic here
}
Refer to SQL scripts and go through it's README
Refer to Rendering Template
The following steps will help you to setup Sunbird RC and Esignet services using Docker compose alongwith Certify.
- The links for installation through helm can be found here