You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/docker-agent/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ This will leave the agent's wallet data, so if you restart the agent it will mai
39
39
docker volume rm docker-agent_wallet-db-data
40
40
```
41
41
42
+
Note that the Author agent is not (yet) configured with revocations enabled or a tails server, so revocation is not supported.
43
+
42
44
## Connecting to an Endorser Service
43
45
44
46
For this example, we will connect to [this endorser service](https://github.com/bcgov/aries-endorser-service), which you can connect to locally at `http://localhost:5050/endorser/docs`.
@@ -73,3 +75,13 @@ Endorser Service: Use the same endpoints as above (`GET /v1/endorse/transaction
73
75
74
76
Author requests to create schema, create credential definition and create revocation registries will all now generate endorse requests to the endorser.
75
77
78
+
Author Agent: To create a schema use the `POST /schemas` endpoint. This will create an endorse request.
79
+
80
+
Endorser Service: Use the same endpoints as above (`GET /v1/endorse/transactions` and then `POST /v1/endorse/transactions/{transaction_id}/endorse`) to view the endorse request and approve it.
81
+
82
+
Author Agent: To create a cred def use the `POST /credential-definitions` endpoint. This will create an endorse request.
83
+
84
+
Endorser Service: Use the same endpoints as above (`GET /v1/endorse/transactions` and then `POST /v1/endorse/transactions/{transaction_id}/endorse`) to view the endorse request and approve it.
0 commit comments