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 1 year 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T17:40:15.000Z (about 3 years ago)
- Last Synced: 2025-04-12T08:17:39.770Z (about 1 year ago)
- Topics: decentralized-identifiers, universal-resolver, wg-id
- Language: Java
- Size: 68.4 KB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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)