{"id":13565338,"url":"https://github.com/filip26/carbon-decentralized-identifiers","last_synced_at":"2025-03-29T04:42:10.734Z","repository":{"id":54141423,"uuid":"519360784","full_name":"filip26/carbon-decentralized-identifiers","owner":"filip26","description":"Decentralized Identifiers (DIDs) API","archived":false,"fork":false,"pushed_at":"2024-04-22T09:32:36.000Z","size":170,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T16:45:54.495Z","etag":null,"topics":["decentralized-identifiers","did","did-key","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},"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":"2024-06-03T12:42:22.970Z","dependencies_parsed_at":"2023-02-14T13:31:04.364Z","dependency_job_id":"dd34b232-d47f-4cce-b23c-9db1a2e07425","html_url":"https://github.com/filip26/carbon-decentralized-identifiers","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-decentralized-identifiers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-decentralized-identifiers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-decentralized-identifiers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filip26%2Fcarbon-decentralized-identifiers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filip26","download_url":"https://codeload.github.com/filip26/carbon-decentralized-identifiers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140538,"owners_count":20729797,"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","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-key","java"],"created_at":"2024-08-01T13:01:44.942Z","updated_at":"2025-03-29T04:42:10.728Z","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":"\n\u003e [!IMPORTANT]\n\u003e 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.\n\n# Carbon DID\nAn implementation of the [Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-core/) in Java.\n\n\n[![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)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/dd79aafc6eb14ed18f2217de62585ba7)](https://app.codacy.com/gh/filip26/carbon-decentralized-identifiers/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/dd79aafc6eb14ed18f2217de62585ba7)](https://app.codacy.com/gh/filip26/carbon-decentralized-identifiers/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_coverage)\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\n## Features\n\n* DID, DID URL, DID Document\n* Methods\n  * [did:key method v0.7](https://w3c-ccg.github.io/did-method-key/)\n\n## Installation\n\n### Carbon DID\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.6.0\u003c/version\u003e\n\u003c/dependency\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.apicatalog\u003c/groupId\u003e\n    \u003cartifactId\u003ecopper-multibase\u003c/artifactId\u003e\n    \u003cversion\u003e0.5.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### JSON-P Provider\n\nAdd JSON-P provider, if it is not on the classpath already.\n\n#### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.glassfish\u003c/groupId\u003e\n    \u003cartifactId\u003ejakarta.json\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Documentation\n\n[![javadoc](https://javadoc.io/badge2/com.apicatalog/carbon-did/javadoc.svg)](https://javadoc.io/doc/com.apicatalog/carbon-did)\n\n\n## Contributing\n\nAll PR's welcome!\n\n\n### Building\n\nFork and clone the project repository.\n\n#### Java 11+\n```bash\n\u003e cd carbon-decentralized-identifiers\n\u003e mvn clean package\n```\n\n## Resources- \n- [Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-core/)\n- [The did:key Method v0.7](https://w3c-ccg.github.io/did-method-key/)\n- [Copper Multicodec](https://github.com/filip26/copper-multicodec)\n- [Copper Multibase](https://github.com/filip26/copper-multibase)\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\nCommercial support is available at filip26@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilip26%2Fcarbon-decentralized-identifiers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilip26%2Fcarbon-decentralized-identifiers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilip26%2Fcarbon-decentralized-identifiers/lists"}