Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentralized-identity/uni-registrar-driver-did-key
A Universal Registrar driver for did:key identifiers.
https://github.com/decentralized-identity/uni-registrar-driver-did-key
decentralized-identifiers universal-registrar wg-id
Last synced: about 2 months ago
JSON representation
A Universal Registrar driver for did:key identifiers.
- Host: GitHub
- URL: https://github.com/decentralized-identity/uni-registrar-driver-did-key
- Owner: decentralized-identity
- Created: 2020-04-24T13:58:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T17:20:29.000Z (11 months ago)
- Last Synced: 2024-04-14T04:46:09.970Z (8 months ago)
- Topics: decentralized-identifiers, universal-registrar, wg-id
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![DIF Logo](https://raw.githubusercontent.com/decentralized-identity/universal-registrar/master/docs/logo-dif.png)
# Universal Registrar Driver: key
This is a [Universal Registrar](https://github.com/decentralized-identity/universal-registrar/) driver for **did:key** identifiers.
## Specifications
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [DID Method Specification](https://w3c-ccg.github.io/did-method-v1/)## Build and Run (Docker)
```
docker build -f ./docker/Dockerfile . -t universalregistrar/driver-did-key
docker run -p 9080:9080 universalregistrar/driver-did-key
```## Driver Environment Variables
* `(none)`
## Driver Input Options
```
{
"keyType": "Ed25519VerificationKey2018"
}
```* `keyType`: The type of key to generate. Values: `Ed25519VerificationKey2018`, `EcdsaSecp256k1VerificationKey2019`, `Bls12381G1Key2020`, `Bls12381G2Key2020`
## Driver Output Metadata
```
(none)
```