{"id":30254139,"url":"https://github.com/filip26/carbon-did-core","last_synced_at":"2025-09-04T08:07:46.831Z","repository":{"id":54141423,"uuid":"519360784","full_name":"filip26/carbon-did-core","owner":"filip26","description":"Core library for Decentralized Identifiers (DIDs) in Java. Provides DID and DID URL primitives, and interfaces for DID Documents and DID Resolvers.","archived":false,"fork":false,"pushed_at":"2025-08-23T16:08:29.000Z","size":510,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-29T05:58:06.756Z","etag":null,"topics":["decentralized-identifiers","did","did-document","did-url","java"],"latest_commit_sha":null,"homepage":"https://apicatalog.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filip26.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["filip26"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://wise.com/share/filipk558","https://paypal.me/FilipKolarik"]}},"created_at":"2022-07-29T22:08:40.000Z","updated_at":"2025-08-23T16:08:26.000Z","dependencies_parsed_at":"2023-02-14T13:31:04.364Z","dependency_job_id":"dd34b232-d47f-4cce-b23c-9db1a2e07425","html_url":"https://github.com/filip26/carbon-did-core","commit_stats":null,"previous_names":["filip26/carbon-did-api","filip26/carbon-did-core"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/filip26/carbon-did-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-did-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-did-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-did-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-did-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filip26","download_url":"https://codeload.github.com/filip26/carbon-did-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-did-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273574155,"owners_count":25129883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decentralized-identifiers","did","did-document","did-url","java"],"created_at":"2025-08-15T14:01:30.088Z","updated_at":"2025-09-04T08:07:46.823Z","avatar_url":"https://github.com/filip26.png","language":"Java","funding_links":["https://github.com/sponsors/filip26","https://wise.com/share/filipk558","https://paypal.me/FilipKolarik"],"categories":["Java"],"sub_categories":[],"readme":"# Carbon Decentralized Identifiers\n\nDecentralized Identifiers (DIDs) are a W3C standard for creating and resolving \npersistent, verifiable identifiers without centralized registries or authorities.  \nThey enable secure, portable, and self-sovereign identity for people, \norganizations, and devices.  \n\nCarbon provides a Java implementation of the \n[Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-core/) \nspecification, making it easier to build and integrate DID-based solutions \nin Java applications.\n\nThe library defines core primitives such as `Did` and `DidUrl` for working with \nidentifiers, together with interfaces for resolving DIDs into DID Documents. \nThese components form the foundation for parsing, constructing, and resolving \nidentifiers in a modular and extensible way, supporting multiple DID methods \nand resolution strategies.\n\n[![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)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/dd79aafc6eb14ed18f2217de62585ba7)](https://app.codacy.com/gh/filip26/carbon-did-core/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![javadoc](https://javadoc.io/badge2/com.apicatalog/carbon-did/javadoc.svg)](https://javadoc.io/doc/com.apicatalog/carbon-did)\n[![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)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## ✨ Features\n\n* DID, DID URL primitives\n* DID Document API \u0026 primitives\n* DID Resolver API\n  * [`did:key`](https://github.com/filip26/carbon-did-key) method\n\n## Installation\n\n### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.apicatalog\u003c/groupId\u003e\n    \u003cartifactId\u003ecarbon-did\u003c/artifactId\u003e\n    \u003cversion\u003e0.9.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Contributing\n\nAll PR's welcome!\n\n\n### Building\n\nFork and clone the project repository.\n\n```bash\n\u003e cd carbon-did-core\n\u003e mvn clean package\n```\n\n## Resources\n\n- [W3C Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-core/)\n- [W3C Controlled Identifiers v1.0](https://www.w3.org/TR/cid-1.0/)\n- [Carbon DID Key Method](https://github.com/filip26/carbon-did-key)\n- [Carbon Controlled Identifiers](https://github.com/filip26/carbon-cid)\n\n## Sponsors\n\n\u003ca href=\"https://github.com/digitalbazaar\"\u003e\n  \u003cimg src=\"https://avatars.githubusercontent.com/u/167436?s=200\u0026v=4\" width=\"40\" /\u003e\n\u003c/a\u003e \n\n## Commercial Support\n\nCommercial support and consulting are available.  \nFor inquiries, please contact: filip26@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilip26%2Fcarbon-did-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilip26%2Fcarbon-did-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilip26%2Fcarbon-did-core/lists"}