@@ -16,7 +16,7 @@ These components form the foundation for parsing, constructing, and resolving
1616identifiers in a modular and extensible way, supporting multiple DID methods
1717and resolution strategies.
1818
19- [ ![ 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 )
19+ [ ![ Java 8 CI] ( https://github.com/filip26/carbon-did-core/actions/workflows/java8-build.yml/badge.svg?branch=main )] ( https://github.com/filip26/carbon-did-core/actions/workflows/java8-build.yml )
2020[ ![ 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 )
2121[ ![ javadoc] ( https://javadoc.io/badge2/com.apicatalog/carbon-did/javadoc.svg )] ( https://javadoc.io/doc/com.apicatalog/carbon-did )
2222[ ![ 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 )
@@ -29,10 +29,10 @@ and resolution strategies.
2929* DID Resolver API
3030 * [ ` did:key ` ] ( https://github.com/filip26/carbon-did-key ) method
3131
32- ## Installation
32+ ## 📦 Installation
3333
3434### Maven
35-
35+ Add the following dependency to your pom.xml:
3636``` xml
3737<dependency >
3838 <groupId >com.apicatalog</groupId >
@@ -41,34 +41,33 @@ and resolution strategies.
4141</dependency >
4242```
4343
44- ## Contributing
45-
46- All PR's welcome!
44+ ## 🤝 Contributing
4745
46+ Contributions are welcome! Please submit a pull request.
4847
4948### Building
5049
51- Fork and clone the project repository.
50+ Fork and clone the repository, then build with Maven:
5251
5352``` bash
5453> cd carbon-did-core
55- > mvn clean package
54+ > mvn package
5655```
5756
58- ## Resources
57+ ## 📚 Resources
5958
6059- [ W3C Decentralized Identifiers (DIDs) v1.0] ( https://www.w3.org/TR/did-core/ )
6160- [ W3C Controlled Identifiers v1.0] ( https://www.w3.org/TR/cid-1.0/ )
6261- [ Carbon DID Key Method] ( https://github.com/filip26/carbon-did-key )
6362- [ Carbon Controlled Identifiers] ( https://github.com/filip26/carbon-cid )
6463
65- ## Sponsors
64+ ## 🙏 Sponsors
6665
6766<a href =" https://github.com/digitalbazaar " >
6867 <img src =" https://avatars.githubusercontent.com/u/167436?s=200&v=4 " width =" 40 " />
6968</a >
7069
71- ## Commercial Support
70+ ## 💼 Commercial Support
7271
7372Commercial support and consulting are available.
7473For inquiries, please contact: filip26@gmail.com
0 commit comments