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.

title

+2 -5
+2 -5
README.md
··· 1 - # The did:cow Method Specification v0.1 1 + # The did:cow method specification 2 2 3 3 **Status:** Draft Specification 4 4 ··· 197 197 198 198 **Web UI ([`web/static/index.html`](web/static/index.html)):** 199 199 200 - A static single-page app hosted at `https://cow.watch`. Run locally with: 201 - ```bash 202 - python3 web/web.py # serves on port 6667 203 - ``` 200 + A static single-page app hosted at `https://cow.watch`. 204 201 - **Resolve** — enter a did:cow DID to fetch and display the DID document, with the current controller and wrapped DID shown as editable fields 205 202 - **Create** — construct a did:cow identifier from a controller address and wrapped DID, with an animated reveal 206 203 - **Edit** — update the controller or wrapped DID via a MetaMask transaction (visible after resolving; requires wallet connection)