Files: 693afbbe44a945f51e2a6e72295eca23584fe974 / did-pkh / tests / did-eth-legacy.jsonld
897 bytesRaw
1 | { |
2 | "@context": [ |
3 | "https://www.w3.org/ns/did/v1", |
4 | { |
5 | "blockchainAccountId": "https://w3id.org/security#blockchainAccountId", |
6 | "EcdsaSecp256k1RecoveryMethod2020": "https://identity.foundation/EcdsaSecp256k1RecoverySignature2020#EcdsaSecp256k1RecoveryMethod2020" |
7 | } |
8 | ], |
9 | "id": "did:pkh:eth:0xb9c5714089478a327f09197987f16f9e5d936e8a", |
10 | "verificationMethod": [ |
11 | { |
12 | "id": "did:pkh:eth:0xb9c5714089478a327f09197987f16f9e5d936e8a#Recovery2020", |
13 | "type": "EcdsaSecp256k1RecoveryMethod2020", |
14 | "controller": "did:pkh:eth:0xb9c5714089478a327f09197987f16f9e5d936e8a", |
15 | "blockchainAccountId": "eip155:1:0xb9c5714089478a327f09197987f16f9e5d936e8a" |
16 | } |
17 | ], |
18 | "authentication": [ |
19 | "did:pkh:eth:0xb9c5714089478a327f09197987f16f9e5d936e8a#Recovery2020" |
20 | ], |
21 | "assertionMethod": [ |
22 | "did:pkh:eth:0xb9c5714089478a327f09197987f16f9e5d936e8a#Recovery2020" |
23 | ] |
24 | } |
25 |
Built with git-ssb-web