This is a Universal Resolver driver for did:bid identifiers.
did:bid:6cc796b8d6e2fbebc9b3cf9e
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
Maven build:
mvn clean install
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.