xdid-core 0.7.0

Core types for DID methods to implement.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "did:web:localhost%3A4000",
  "verificationMethod": [
    {
      "id": "did:web:localhost%3A4000#owner",
      "controller": "did:web:localhost%3A4000",
      "type": "JsonWebKey2020"
    }
  ],
  "capabilityDelegation": [
    "did:web:localhost%3A4000?test-query#owner"
  ],
  "assertionMethod": [
    "#owner"
  ]
}