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.

clarity

+1 -1
+1 -1
README.md
··· 49 49 Format: `did:cow:<initial_controller_address>:<initial_wrapped_did>` 50 50 51 51 **Parameters:** 52 - - `initial_controller_address` - Ethereum address (20 bytes, no "0x" prefix), checksum-encoded per [EIP-55](https://eips.ethereum.org/EIPS/eip-55) 52 + - `initial_controller_address` - Ethereum address, checksum-encoded per [EIP-55](https://eips.ethereum.org/EIPS/eip-55) but with the leading `0x` stripped. 53 53 - `initial_wrapped_did` - The wrapped DID with its leading `did:` stripped, e.g. `web:example.com` rather than `did:web:example.com` 54 54 55 55 ### 3 Examples