-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexamples.json
44 lines (44 loc) · 1.14 KB
/
examples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"id": "connection-reuse",
"name": "Connection Reuse",
"path": "examples/connection-reuse",
"description": "Reusing a connection"
},
{
"id": "create-did-cheqd",
"name": "Create Did Cheqd",
"path": "examples/create-did-cheqd",
"description": "Create a did using the `did:cheqd` method"
},
{
"id": "create-did-jwk",
"name": "Create Did Jwk",
"path": "examples/create-did-jwk",
"description": "Create a did using the `did:jwk` method"
},
{
"id": "create-did-key",
"name": "Create Did Key",
"path": "examples/create-did-key",
"description": "Create a did using the `did:key` method"
},
{
"id": "endorse-indy-did",
"name": "Endorse Indy Did",
"path": "examples/endorse-indy-did",
"description": "Endorse an Indy DID"
},
{
"id": "import-did",
"name": "Import Did",
"path": "examples/import-did",
"description": "Import an already existing did, optionally resolving it and importing the associated private keys into the wallet."
},
{
"id": "issue-bbs-credentials",
"name": "Issue Bbs Credentials",
"path": "examples/issue-bbs-credentials",
"description": "Issue a W3C credential using BBS+ signatures"
}
]