Skip to content

filip26/carbon-decentralized-identifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

Your feedback is essential to the improvement of this library. Please share any concerns, primary use cases, areas for enhancement, or challenges you have encountered. Your insights help refine and optimize the library to better meet user needs. Thank you for your time and contributions.

Carbon DID

An implementation of the Decentralized Identifiers (DIDs) v1.0 in Java.

Java 11 CI Codacy Badge Codacy Badge Maven Central License

Features

Installation

Carbon DID

Maven

<dependency>
    <groupId>com.apicatalog</groupId>
    <artifactId>carbon-did</artifactId>
    <version>0.6.0</version>
</dependency>
<dependency>
    <groupId>com.apicatalog</groupId>
    <artifactId>copper-multibase</artifactId>
    <version>0.5.0</version>
</dependency>

JSON-P Provider

Add JSON-P provider, if it is not on the classpath already.

Maven

<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>jakarta.json</artifactId>
    <version>2.0.1</version>
</dependency>

Documentation

javadoc

Contributing

All PR's welcome!

Building

Fork and clone the project repository.

Java 11+

> cd carbon-decentralized-identifiers
> mvn clean package

Resources-

Sponsors

Commercial Support

Commercial support is available at [email protected]