-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsequence.txt
More file actions
47 lines (47 loc) · 5.68 KB
/
sequence.txt
File metadata and controls
47 lines (47 loc) · 5.68 KB
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
45
46
47
```
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| Steward | Issuer (Govt) | Prover (Jesse) | Verifier (Chamber) |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| 1a. Create account with seed | 1b. Create account | 1c. Create account | 1d. Create account |
| 000000000000000000000000Steward1 | (if required) | (if required) | (if required) |
| (or send username/password to us) | | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| 2a. Assign TRUST_ANCHOR role | 2b. Write Prover and | | |
| to issuer (Optional) | verifier ownDid and verkey | | |
| | on ledger with role 'NONE' | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | 3a. Create a connection | 3b. Accept connection offer | |
| | offer | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | 3. Create indy schema | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | 4. Create credentialdef | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | 5. Create credentialoffer | | |
| | for Jesse | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | 6. Accept credentialoffer | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | 7. Accept credential request | | |
| | and issue credential to Jesse | | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | | 8. Create connection offer |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | 9. Accept connectionoffer | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | | 10a. Create proof request |
| | | | template (optional) |
| | | | 10. Send proof request |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | 11. Retrieve proof requests | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | 12. Accept proof request, | |
| | | create and send proof | |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | | 13. List received proofs |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
| | | | 14. Retrieve proof with id |
| | | | to get up-to-date validity |
| | | | information. |
|-----------------------------------+-------------------------------+-----------------------------+----------------------------|
```