An implementation of the Decentralized Identifiers (DIDs) v1.0 in Java.
- DID, DID URL, DID Document
- Methods
<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>
Add JSON-P provider, if it is not on the classpath already.
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
</dependency>
All PR's welcome!
Fork and clone the project repository.
> cd carbon-decentralized-identifiers
> mvn clean package
Commercial support is available at [email protected]