Skip to content

ecsec/verifiable-credentials-java

 
 

Repository files navigation

verifiable-credentials-java

Information

This is an implementation of the Verifiable Credentials data model.

Maven

Build:

mvn clean install

Dependency:

<repositories>
	<repository>
		<id>danubetech-maven-public</id>
		<url>https://repo.danubetech.com/repository/maven-public/</url>
	</repository>
</repositories>

<dependency>
	<groupId>com.danubetech</groupId>
	<artifactId>verifiable-credentials-java</artifactId>
	<version>1.7.0</version>
</dependency>

Examples

About

Danube Tech - https://danubetech.com/

Originally built as part of TrustNet.


This software library is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 871932

About

Java implementation of Verifiable Credentials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%