How It Works
How It Works
You request the resolution of a DID via the Universal Resolver API.
The service:
Validates the DID.
Loads transaction history from the BSV blockchain via the WhatsOnChain API.
Reconstructs the current DID Document.
Caches the DID Document internally
The service returns a standards-compliant DID Resolution Result, including metadata and any applicable errors.
Limitations
Currently supports only the BSV method (did:bsv).
Response times may vary depending on blockchain lookup times by WhatsOnChain and length of the transaction chain.
Support and Resources
Source Code: Resolver Driver Repository
WhatsOnChain API: WhatsOnChain Docs
W3C DID Specification: DID Core Specification
W3C DID Resolution Specification: DID Resolution Specification
Issues: Report bugs and request features via GitHub Issues
Last updated