Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Last active January 7, 2025 19:29
Show Gist options
  • Save samuelgoto/076dbb9665eda9d6aa84c28ad51ecc37 to your computer and use it in GitHub Desktop.
Save samuelgoto/076dbb9665eda9d6aa84c28ad51ecc37 to your computer and use it in GitHub Desktop.
% dig -t txt _atproto.sgo.to | grep did
_atproto.sgo.to.	21600	IN	TXT	"did=did:plc:bftbdgcbe4zclvpkboe4hleq"

% curl -s "https://plc.directory/did:plc:bftbdgcbe4zclvpkboe4hleq" | jq .
{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/multikey/v1",
    "https://w3id.org/security/suites/secp256k1-2019/v1"
  ],
  "id": "did:plc:bftbdgcbe4zclvpkboe4hleq",
  "alsoKnownAs": [
    "at://sgo.to"
  ],
  "verificationMethod": [
    {
      "id": "did:plc:bftbdgcbe4zclvpkboe4hleq#atproto",
      "type": "Multikey",
      "controller": "did:plc:bftbdgcbe4zclvpkboe4hleq",
      "publicKeyMultibase": "zQ3shbPbAgY8x3NkgrGUqFYjvYZuoEPcULoVnwpKZheG2LcZj"
    }
  ],
  "service": [
    {
      "id": "#atproto_pds",
      "type": "AtprotoPersonalDataServer",
      "serviceEndpoint": "https://oyster.us-east.host.bsky.network"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment