Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentralized-identity/uni-resolver-driver-did-stack
A Universal Resolver driver for did:stack identifiers.
https://github.com/decentralized-identity/uni-resolver-driver-did-stack
decentralized-identifiers universal-resolver wg-id
Last synced: about 2 months ago
JSON representation
A Universal Resolver driver for did:stack identifiers.
- Host: GitHub
- URL: https://github.com/decentralized-identity/uni-resolver-driver-did-stack
- Owner: decentralized-identity
- Created: 2020-01-06T14:25:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T17:40:15.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:46:09.244Z (8 months ago)
- Topics: decentralized-identifiers, universal-resolver, wg-id
- Language: Java
- Size: 68.4 KB
- Stars: 1
- Watchers: 13
- Forks: 3
- 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:stack
This is a [Universal Resolver](https://github.com/decentralized-identity/universal-resolver/) driver for **did:stack** identifiers.
## Specifications
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* DID Method Specification (missing)## Example DIDs
```
did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4Q8YJg-0
```
## Build and Run (Docker)```
docker build -f ./docker/Dockerfile . -t universalresolver/driver-did-stack
docker run -p 8080:8080 universalresolver/driver-did-stack
curl -X GET http://localhost:8080/1.0/identifiers/did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4Q8YJg-0
```## Build (native Java)
Maven build:mvn 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)