site/.well-known/did.json
zenfyr ffad5c8453
All checks were successful
/ build (push) Successful in 4m40s
add did.jdon
2025-10-14 20:54:48 +07:00

26 lines
598 B
JSON

{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/multikey/v1",
"https://w3id.org/security/suites/secp256k1-2019/v1"
],
"id": "did:web:synth.download",
"alsoKnownAs": [
"at://synth.download"
],
"verificationMethod": [
{
"id": "did:web:synth.download#atproto",
"type": "Multikey",
"controller": "did:web:synth.download",
"publicKeyMultibase": "zQ3shbp4LY2HNnhzHyZF3zswZjux2TMoSXiyNWfr7SxCAdD9k"
}
],
"service": [
{
"id": "#atproto_pds",
"type": "AtprotoPersonalDataServer",
"serviceEndpoint": "https://pds.synth.download"
}
]
}