Compare commits
2 commits
fdedd0751f
...
23a87937f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
23a87937f6 |
|||
|
bcab9eefa9 |
1 changed files with 24 additions and 24 deletions
|
|
@ -1,26 +1,26 @@
|
||||||
{
|
{
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/ns/did/v1",
|
"https://www.w3.org/ns/did/v1",
|
||||||
"https://w3id.org/security/multikey/v1",
|
"https://w3id.org/security/multikey/v1",
|
||||||
"https://w3id.org/security/suites/secp256k1-2019/v1"
|
"https://w3id.org/security/suites/secp256k1-2019/v1"
|
||||||
],
|
],
|
||||||
"id": "did:web:synth.download",
|
"id": "did:web:synth.download",
|
||||||
"alsoKnownAs": [
|
"alsoKnownAs": [
|
||||||
"at://synth.download"
|
"at://synth.download"
|
||||||
],
|
],
|
||||||
"verificationMethod": [
|
"verificationMethod": [
|
||||||
{
|
{
|
||||||
"id": "did:web:synth.download#atproto",
|
"id": "did:web:synth.download#atproto",
|
||||||
"type": "Multikey",
|
"type": "Multikey",
|
||||||
"controller": "did:web:synth.download",
|
"controller": "did:web:synth.download",
|
||||||
"publicKeyMultibase": "zQ3shbp4LY2HNnhzHyZF3zswZjux2TMoSXiyNWfr7SxCAdD9k"
|
"publicKeyMultibase": "zQ3shgUUjoFKVkjorh87ZTQyZSkcTumBfyBkzoPub69a34tij"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"service": [
|
"service": [
|
||||||
{
|
{
|
||||||
"id": "#atproto_pds",
|
"id": "#atproto_pds",
|
||||||
"type": "AtprotoPersonalDataServer",
|
"type": "AtprotoPersonalDataServer",
|
||||||
"serviceEndpoint": "https://pds.synth.download"
|
"serviceEndpoint": "https://pds.synth.download"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue