https://github.com/decentralized-identity/uni-resolver-driver-did-key
A Universal Resolver driver for did:key identifiers.
https://github.com/decentralized-identity/uni-resolver-driver-did-key
decentralized-identifiers universal-resolver wg-id
Last synced: 8 months ago
JSON representation
A Universal Resolver driver for did:key identifiers.
- Host: GitHub
- URL: https://github.com/decentralized-identity/uni-resolver-driver-did-key
- Owner: decentralized-identity
- Created: 2020-04-24T13:58:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T14:11:09.000Z (about 1 year ago)
- Last Synced: 2025-04-12T08:17:30.105Z (about 1 year ago)
- Topics: decentralized-identifiers, universal-resolver, wg-id
- Language: JavaScript
- Size: 90.8 KB
- Stars: 5
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Universal Resolver Driver: did:key
This is a [Universal Resolver](https://github.com/decentralized-identity/universal-resolver/) driver for **did:key** identifiers.
## Specifications
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [DID Method Specification](https://w3c-ccg.github.io/did-method-key/)
## Example DIDs
```
did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6
did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg4PqcSFf67pdgrtjB
did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH
```
## Build and Run (Docker)
```
docker build -f ./docker/Dockerfile . -t universalresolver/driver-did-key
docker run -p 8080:8080 universalresolver/driver-did-key
curl -X GET http://localhost:8080/1.0/identifiers/did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6
```
## Build and Run (NodeJS)
```
npm start
```
## Driver Environment Variables
The driver recognizes the following environment variables:
(none)
## Driver Metadata
The driver returns the following metadata in addition to a DID document:
(none)