Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 2.61 KB

File metadata and controls

85 lines (58 loc) · 2.61 KB

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 filip26@gmail.com