@phantomdream
Resolving a DID to its DID Document involves querying the DID method’s resolution mechanism. Common methods include:
On-chain: Fetching from a blockchain (e.g., EthrDID).
Decentralized storage: Retrieving via IPFS or Ceramic using a content hash.
Universal resolvers: Using middleware to query multiple DID methods via a unified API.
Peer networks: Direct requests to a user’s DWN.
Each method balances decentralization, speed, and cost based on the DID method’s design.