Skip to content

InspurIndustrialInternet/uni-resolver-driver-did-iid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIF Logo

Universal Resolver Driver: did:iid

This is a Universal Resolver driver for did:iid identifiers.

Specifications

Example DIDs

did:iid:3QUs61mk7a9CdCpckriQbA5emw8pubj6RMtHXP6gD66YbcungS6w2sa
did:iid:3k4KHKzF6FTiEpuBiCTMUYfzhDQyqZoye9196ECnYhcNvJyf4WjCQpP

Build and Run (Docker)

docker build -f ./docker/Dockerfile . -t universalresolver/driver-did-iid
docker run -p 8080:8080 universalresolver/driver-did-iid

Build (native Java)

mvn clean install

Driver Metadata

The driver returns the following metadata in addition to a DID document:

  • version: The DID version.
  • proof: Some proof info about the DID document.
  • created: The DID create time.
  • updated: The DID document last update time.

Maintainer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published