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.
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-ldp.md - Examples of Verifiable Credentials with Linked Data Proofs
- examples-jwt.md - Examples of Verifiable Credentials with JSON Web Tokens
- examples-jwt-vp.md - Examples of Verifiable Presentations with JSON Web Tokens
Originally built as part of TrustNet.