{"id":29669378,"url":"https://github.com/hyperledger-identus/hyperledger-identus","last_synced_at":"2025-07-22T18:35:57.762Z","repository":{"id":234112366,"uuid":"787481554","full_name":"hyperledger-identus/hyperledger-identus","owner":"hyperledger-identus","description":"Identus provides components to develop decentralized identity solutions that adhere to widely recognized self-sovereign identity (SSI) standards.","archived":false,"fork":false,"pushed_at":"2025-07-22T14:45:11.000Z","size":75280,"stargazers_count":71,"open_issues_count":48,"forks_count":11,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-07-22T16:27:18.452Z","etag":null,"topics":["didcomm-v2","didprism","identus","ssi"],"latest_commit_sha":null,"homepage":"https://hyperledger-identus.github.io/docs/","language":"TypeScript","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/hyperledger-identus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-16T15:51:28.000Z","updated_at":"2025-07-22T14:45:13.000Z","dependencies_parsed_at":"2024-08-13T05:28:00.492Z","dependency_job_id":"b2ccc4ea-4c71-4cba-af64-cf08f6005f85","html_url":"https://github.com/hyperledger-identus/hyperledger-identus","commit_stats":null,"previous_names":["essbante-io/identus","hyperledger-identus/identus","hyperledger-identus/.github","hyperledger-identus/hyperledger-identus"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hyperledger-identus/hyperledger-identus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-identus%2Fhyperledger-identus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-identus%2Fhyperledger-identus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-identus%2Fhyperledger-identus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-identus%2Fhyperledger-identus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperledger-identus","download_url":"https://codeload.github.com/hyperledger-identus/hyperledger-identus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-identus%2Fhyperledger-identus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552761,"owners_count":23947184,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["didcomm-v2","didprism","identus","ssi"],"created_at":"2025-07-22T18:35:56.842Z","updated_at":"2025-07-22T18:35:57.738Z","avatar_url":"https://github.com/hyperledger-identus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperledger Identus\n\nHyperledger Identus is a comprehensive toolset for building decentralized identity solutions. It operates as a layer‑2 blockchain solution that uses a distributed ledger as a verifiable data registry (VDR). With Identus you can create and manage decentralized identifiers (DIDs), issue and revoke verifiable credentials and build systems based on the principles of self‑sovereign identity (SSI).\n\nThe documentation portal at [hyperledger-identus.github.io/docs](https://hyperledger-identus.github.io/docs/) provides detailed guides and explanations. It covers identity concepts, how the Identus components work together and a Quick Start Guide for trying the software.\n\n## Repository layout\n\nThis repository aggregates assets and information used across the Identus project:\n\n- **identus-docker** – Docker Compose configuration for running the Cloud Agent, Mediator and their dependencies. See [dockerize-identus.md](identus-docker/dockerize-identus.md).\n- **resources** – Logos and documents such as the Identus Technical Charter.\n- **workshops** – Example applications demonstrating how to build with the Identus SDKs.\n\nProject policies are documented in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md), [`CONTRIBUTING.md`](CONTRIBUTING.md), [`DCO.md`](DCO.md) and [`SECURITY.md`](SECURITY.md).\n\n## Quick start\n\nIf you want to try Identus locally the easiest way is to use Docker Compose. Follow the steps in [`identus-docker/dockerize-identus.md`](identus-docker/dockerize-identus.md) and then explore the [Quick Start Guide](https://hyperledger-identus.github.io/docs/home/quick-start/) on the documentation site.\n\n## Other Identus repositories\n\nIdentus consists of several core components, each hosted in its own repository:\n\n- [Cloud Agent](https://github.com/hyperledger/identus-cloud-agent)\n- [Mediator](https://github.com/hyperledger/identus-mediator)\n- Edge Agent SDKs:\n  - [TypeScript](https://github.com/hyperledger/identus-edge-agent-sdk-ts)\n  - [Kotlin Multiplatform](https://github.com/hyperledger/identus-edge-agent-sdk-kmp)\n  - [Swift](https://github.com/hyperledger/identus-edge-agent-sdk-swift)\n- [Apollo cryptographic library](https://github.com/hyperledger/identus-apollo)\n- [Documentation source](https://github.com/hyperledger/identus-docs)\n\nFor the latest roadmap and planned features see the [Identus project board](https://github.com/orgs/hyperledger-identus/projects/2).\n\n## Getting help and contributing\n\nWe welcome community contributions and participation. Issues and pull requests are tracked in the respective repositories. For chat, join the Identus Discord server, and feel free to subscribe to the [mailing list](https://lists.hyperledger.org/g/identus) or join [community calls](https://lists.hyperledger.org/g/identus/calendar). See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on how to get involved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger-identus%2Fhyperledger-identus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperledger-identus%2Fhyperledger-identus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger-identus%2Fhyperledger-identus/lists"}