Skip to content

CredenceID/web-did-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web DID Resolver

Library implementing the did:web Method Specification and performs resolution of a did:web identifier.

Installation

Add the following repository to your maven pom.xml

<repositories>
    <repository>
        <id>CredenceID-maven-release</id>
        <url>https://nexus.credenceid.com/repository/maven-releases/</url>
    </repository>
</repositories>

Add the following dependency to your maven pom.xml

    <dependency>
        <groupId>com.credenceid</groupId>
        <artifactId>web-did-resolver</artifactId>
        <version>${web-did-resolver.version}</version>
    </dependency>

Usage

uniresolver.openapi.model.ResolutionResult resolutionResult = com.credenceid.didresolver.service.DidResolverService.resolveDID("did:web:dhs-svip.github.io:ns:uscis:oidp")

About

Implements did:web Method Specification for resolution

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages