1+ # Carbon Decentralized Identifiers
12
2- > [ !IMPORTANT]
3- > 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.
4-
5- # Carbon DID
63An implementation of the [ Decentralized Identifiers (DIDs) v1.0] ( https://www.w3.org/TR/did-core/ ) in Java.
74
8-
9- [ ![ Java 11 CI] ( https://github.com/filip26/carbon-decentralized-identifiers/actions/workflows/java11-push.yml/badge.svg )] ( https://github.com/filip26/carbon-decentralized-identifiers/actions/workflows/java11-push.yml )
10- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/dd79aafc6eb14ed18f2217de62585ba7 )] ( https://app.codacy.com/gh/filip26/carbon-decentralized-identifiers/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
11- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Coverage/dd79aafc6eb14ed18f2217de62585ba7 )] ( https://app.codacy.com/gh/filip26/carbon-decentralized-identifiers/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage )
5+ [ ![ Java 8 CI] ( https://github.com/filip26/carbon-did-core/actions/workflows/java8-build.yml/badge.svg )] ( https://github.com/filip26/carbon-did-core/actions/workflows/java8-build.yml )
6+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/dd79aafc6eb14ed18f2217de62585ba7 )] ( https://app.codacy.com/gh/filip26/carbon-did-core/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
127[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.apicatalog/carbon-did.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:com.apicatalog%20AND%20a:carbon-did )
138[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
149
15-
1610## Features
1711
18- * DID, DID URL, DID Document
19- * Methods
20- * [ did: key method v0.7] ( https://w3c-ccg.github.io/did-method-key/ )
12+ * DID, DID URL primitives
13+ * DID Document API & primitives
14+ * DID Resolver API
15+ * [ ` did:key ` ] ( https://github.com/filip26/carbon-did-key ) method
2116
2217## Installation
2318
24- ### Carbon DID
25-
26- #### Maven
19+ ### Maven
2720
2821``` xml
2922<dependency >
3023 <groupId >com.apicatalog</groupId >
3124 <artifactId >carbon-did</artifactId >
32- <version >0.6.0</version >
33- </dependency >
34- <dependency >
35- <groupId >com.apicatalog</groupId >
36- <artifactId >copper-multibase</artifactId >
37- <version >0.5.0</version >
38- </dependency >
39- ```
40-
41- ### JSON-P Provider
42-
43- Add JSON-P provider, if it is not on the classpath already.
44-
45- #### Maven
46-
47- ``` xml
48- <dependency >
49- <groupId >org.glassfish</groupId >
50- <artifactId >jakarta.json</artifactId >
51- <version >2.0.1</version >
25+ <version >0.9.1</version >
5226</dependency >
5327```
5428
@@ -66,17 +40,18 @@ All PR's welcome!
6640
6741Fork and clone the project repository.
6842
69- #### Java 11+
43+ #### Java 1.8
7044``` bash
71- > cd carbon-decentralized-identifiers
45+ > cd carbon-did-core
7246> mvn clean package
7347```
7448
75- ## Resources-
76- - [ Decentralized Identifiers (DIDs) v1.0] ( https://www.w3.org/TR/did-core/ )
77- - [ The did: key Method v0.7] ( https://w3c-ccg.github.io/did-method-key/ )
78- - [ Copper Multicodec] ( https://github.com/filip26/copper-multicodec )
79- - [ Copper Multibase] ( https://github.com/filip26/copper-multibase )
49+ ## Resources
50+
51+ - [ W3C Decentralized Identifiers (DIDs) v1.0] ( https://www.w3.org/TR/did-core/ )
52+ - [ W3C Controlled Identifiers v1.0] ( https://www.w3.org/TR/cid-1.0/ )
53+ - [ Carbon DID Key Method] ( https://github.com/filip26/carbon-did-key )
54+ - [ Carbon Controlled Identifiers] ( https://github.com/filip26/carbon-cid )
8055
8156## Sponsors
8257
@@ -86,4 +61,3 @@ Fork and clone the project repository.
8661
8762## Commercial Support
8863Commercial support is available at filip26@gmail.com
89-
0 commit comments