this repo has no description

start tracking accounts

+39
+17
accounts-invalid.json
··· 1 + [ 2 + { 3 + "handle": "unsupported-did.invalid.atbin.dev", 4 + "did": "did:unsupported:method" 5 + }, 6 + { 7 + "handle": "invalid-did.invalid.atbin.dev", 8 + "did": "invalid" 9 + }, 10 + { 11 + "handle": "bare-did.invalid.atbin.dev", 12 + "did": "invalid" 13 + }, 14 + { 15 + "handle": "missing.invalid.atbin.dev" 16 + } 17 + ]
+22
accounts.json
··· 1 + [ 2 + { 3 + "handle": "atbin.dev", 4 + "did": "did:web:atbin.dev", 5 + "pds": "https://pds.atbin.dev" 6 + }, 7 + { 8 + "handle": "lex.atbin.dev", 9 + "did": "TODO", 10 + "pds": "https://pds.atbin.dev" 11 + }, 12 + { 13 + "handle": "ipv6.atbin.dev", 14 + "did": "did:web:ipv6.atbin.dev", 15 + "pds": "https://pds.atbin.dev" 16 + }, 17 + { 18 + "handle": "nynex.atbin.dev", 19 + "did": "did:plc:sh34kq2yrucu2ipa6fljxcrq", 20 + "pds": "https://pds.atbin.dev" 21 + } 22 + ]