Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentralized-identity/uni-resolver-driver-did-dom
A Universal Resolver driver for did:dom identifiers.
https://github.com/decentralized-identity/uni-resolver-driver-did-dom
decentralized-identifiers universal-resolver wg-id
Last synced: about 2 months ago
JSON representation
A Universal Resolver driver for did:dom identifiers.
- Host: GitHub
- URL: https://github.com/decentralized-identity/uni-resolver-driver-did-dom
- Owner: decentralized-identity
- Created: 2020-01-06T14:25:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T17:40:08.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:46:09.229Z (8 months ago)
- Topics: decentralized-identifiers, universal-resolver, wg-id
- Language: Java
- Size: 34.2 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![DIF Logo](https://raw.githubusercontent.com/decentralized-identity/universal-resolver/master/docs/logo-dif.png)
# Universal Resolver Driver: did:dom
This is a [Universal Resolver](https://github.com/decentralized-identity/universal-resolver/) driver for **did:dom** identifiers.
## Specifications
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* DID Method Specification (missing)## Example DIDs
```
did:dom:Jjbfgyu7My4RrbRNrXTPBz4PnhnMEE
```
## Configuration
For downloading the dependencies of this project a Personal Access Token for GitHub must be configured in file [settings.xml](https://github.com/decentralized-identity/uni-resolver-driver-did-ccp/blob/release-0.1.x/settings.xml) according to [Creating a personal access token for the command line](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line).
Then, add the USER Name and TOKEN to the environment variable as follows,GITHUB_READ_PACKAGES_OWNER=OWNER
GITHUB_READ_PACKAGES_TOKEN=TOKEN## Build and Run (Docker)
```
docker build -f ./docker/Dockerfile . -t universalresolver/driver-did-dom
docker run -p 8080:8080 universalresolver/driver-did-dom
curl -X GET http://localhost:8080/1.0/identifiers/did:dom:Jjbfgyu7My4RrbRNrXTPBz4PnhnMEE
```
## Build (native Java)
Maven build:mvn --settings settings.xml clean install
## 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)