Skip to content

Commit

Permalink
Fixed an error on user DID publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc committed Aug 26, 2020
1 parent 8f24192 commit aa6ccc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions credential-issue-and-verification-api-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Here, the Test Center and Data4Life-User agents establishes connection with each
"recipientKeys": [
"7eCdJgj5r5ZjGYqVJYGTjdjFqxNnP3oWxYseagPoB1gg"
],
"label": "Travel-Company"
"label": "Test-Center"
},
"invitation_url": "http://agent3.localhost?c_i=eyJAdHlwZSI6ICJkaWQ6c292OkJ6Q2JzTlloTXJqSGlxWkRUVUFTSGc7c3BlYy9jb25uZWN0aW9ucy8xLjAvaW52aXRhdGlvbiIsICJAaWQiOiAiOTAzZmM2ODUtMDQ2My00ZjkyLTkzZmYtNDNkYmRiZmIxMjk3IiwgInNlcnZpY2VFbmRwb2ludCI6ICJodHRwOi8vYWdlbnQzLmxvY2FsaG9zdCIsICJyZWNpcGllbnRLZXlzIjogWyI3ZUNkSmdqNXI1WmpHWXFWSllHVGpkakZxeE5uUDNvV3hZc2VhZ1BvQjFnZyJdLCAibGFiZWwiOiAiVHJhdmVsLUNvbXBhbnkifQ=="
}
Expand All @@ -75,7 +75,7 @@ Here, the Test Center and Data4Life-User agents establishes connection with each
"recipientKeys": [
"7eCdJgj5r5ZjGYqVJYGTjdjFqxNnP3oWxYseagPoB1gg"
],
"label": "Travel-Company"
"label": "Test-Center"
}`

3. Accept a stored connection invitation by Data4Life-user
Expand All @@ -97,7 +97,7 @@ Here, a credential is issued by the Test Center based on a standard scehma earli
This generates the DID and verification key which now is registered
![](indy-screenshot.png)

2. Repeat step 1 to create DID for the Data4Life-User and publish it to the ledger to make it public.
2. Repeat step 1 to create DID for the Data4Life-User, but DO NOT publish this to ledger as it shall remain private.

3. Now, based on the schema, Test Center creates a credential definition to the ledger.

Expand Down

0 comments on commit aa6ccc0

Please sign in to comment.