Skip to content

teleinfo-bif/bid-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DIF Logo

Universal Resolver Driver: did:bid

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

Specifications

Example DIDs

did:bid:6cc796b8d6e2fbebc9b3cf9e

Build and Run (Docker)

docker build -f ./docker/Dockerfile . -t teleinfo/driver-did-bid
docker run -p 8080:8080 teleinfo/driver-did-bid
curl -X GET http://localhost:8080/1.0/identifiers/did:bid:6cc796b8d6e2fbebc9b3cf9e

Build (native Java)

Maven build:

mvn clean install

Driver Metadata

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

  • name: The nickName of DID.
  • type: The nickName of DID.
  • extra: The extra of DID.
  • isEnable: The isEnable of DID.
  • created: The created of DID.
  • updated: The updated of DID.
  • balance: The balance of DID.
  • creation: The transaction information for creating DID.
  • update: The transaction information for updating DID.
  • currentBlock: The current block information for BIF CHAIN.
  • proof: The proof of DID.
  • authentication: The authentication information for DID.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published