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.

og tags and favicon

+12 -1
+5
web/static/favicon.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"> 2 + <rect width="64" height="64" rx="10" fill="#1a1a1a"/> 3 + <text x="32" y="27" font-family="monospace" font-size="19" fill="#fff" text-anchor="middle">^__^</text> 4 + <text x="32" y="50" font-family="monospace" font-size="19" fill="#fff" text-anchor="middle">(oo)</text> 5 + </svg>
+7 -1
web/static/index.html
··· 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 - <title>did:cow</title> 6 + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> 7 + <title>did:cow — Consensus Ownership Wrapper</title> 8 + <meta name="description" content="A decentralized identifier that wraps did:plc or did:web with Ethereum-backed control, giving you censorship-resistant identity without requiring a blockchain transaction to get started."> 9 + <meta property="og:title" content="did:cow — Consensus Ownership Wrapper"> 10 + <meta property="og:description" content="A decentralized identifier that wraps did:plc or did:web with Ethereum-backed control, giving you censorship-resistant identity without requiring a blockchain transaction to get started."> 11 + <meta property="og:url" content="https://cow.watch"> 12 + <meta property="og:type" content="website"> 7 13 <style> 8 14 * { box-sizing: border-box; margin: 0; padding: 0; } 9 15