Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.06 KB

File metadata and controls

35 lines (21 loc) · 1.06 KB

Information

This is a work-in-progress implementation of the Verifiable Credentials data model.

Not ready for production use! Use at your own risk! Pull requests welcome.

Maven

First, you need to build the ld-signatures-java project.

After that, just run:

mvn clean install

Dependency:

<dependency>
	<groupId>com.trustnet</groupId>
	<artifactId>verifiable-credentials-java</artifactId>
	<version>0.2-SNAPSHOT</version>
	<scope>compile</scope>
</dependency>

Examples

About

Originally built as part of TrustNet.

TrustNet Logo