did:cow, a proposal for an ID resolution method with most of the convenience of did:plc/did:web and the robustness of a public blockchain
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

wording

+2 -2
+2 -2
README.md
··· 92 92 93 93 ### 6.2 Read (Resolution) 94 94 95 - 1. Call `resolveCow(initial_controller_address, initial_wrapped_did)` against the registry contract. 95 + Call `resolveCow(initial_controller_address, initial_wrapped_did)` against the registry contract. 96 96 97 97 The did:cow registry contract performs the following steps: 98 98 ··· 100 100 - If an on-chain record exists, prepend `did:` to the returned wrapped DID value and resolve that. 101 101 - If the record exists but has been deactivated, return deactivated status. 102 102 103 - 2. Resolve the wrapped DID as per that DID system's resolution method. 103 + Resolve the wrapped DID as per that DID system's resolution method. 104 104 105 105 ### 6.3 Update 106 106