{"id":21660242,"url":"https://github.com/uport-project/uport-did-resolver","last_synced_at":"2025-07-17T23:31:09.774Z","repository":{"id":57290161,"uuid":"122282181","full_name":"uport-project/uport-did-resolver","owner":"uport-project","description":"DID resolver for uPort identities DEPRECATED","archived":true,"fork":false,"pushed_at":"2020-07-16T16:07:49.000Z","size":432,"stargazers_count":8,"open_issues_count":4,"forks_count":4,"subscribers_count":19,"default_branch":"develop","last_synced_at":"2024-11-14T14:52:01.412Z","etag":null,"topics":["decentralized-identifiers","ethereum","ipfs","mnid","resolver","uport","w3c-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uport-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-21T02:10:10.000Z","updated_at":"2024-05-30T12:09:00.000Z","dependencies_parsed_at":"2022-08-25T07:41:10.527Z","dependency_job_id":null,"html_url":"https://github.com/uport-project/uport-did-resolver","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uport-project%2Fuport-did-resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uport-project%2Fuport-did-resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uport-project%2Fuport-did-resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uport-project%2Fuport-did-resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uport-project","download_url":"https://codeload.github.com/uport-project/uport-did-resolver/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226306155,"owners_count":17603942,"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","ethereum","ipfs","mnid","resolver","uport","w3c-api"],"created_at":"2024-11-25T09:32:32.218Z","updated_at":"2024-11-25T09:34:34.407Z","avatar_url":"https://github.com/uport-project.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# uPort DID Resolver\n\nThis library is intended to resolve uPort DID documents.\n\nIt supports the proposed [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/) spec from the [W3C Credentials Community Group](https://w3c-ccg.github.io).\n\nIt requires the `did-resolver` library, which is the primary interface for resolving DIDs.\n\n## Resolving a DID document\n\nThe resolver presents a simple `resolver()` function that returns a ES6 Promise returning the DID document.\n\n```js\nimport resolve from 'did-resolver'\nimport registerResolver from 'uport-did-resolver'\n\nregisterResolver()\n\nresolve('did:uport:2nQtiQG6Cgm1GYTBaaKAgr76uY7iSexUkqX/some/path#fragment=123').then(doc =\u003e console.log)\n\n// You can also use ES7 async/await syntax\nconst doc = await resolve('did:uport:2nQtiQG6Cgm1GYTBaaKAgr76uY7iSexUkqX/some/path#fragment=123')\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuport-project%2Fuport-did-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuport-project%2Fuport-did-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuport-project%2Fuport-did-resolver/lists"}