Skip to content

Commit 29f4bb7

Browse files
committed
Updated README
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
1 parent 151bd5d commit 29f4bb7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

demo/docker-agent/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ This will leave the agent's wallet data, so if you restart the agent it will mai
3939
docker volume rm docker-agent_wallet-db-data
4040
```
4141

42+
Note that the Author agent is not (yet) configured with revocations enabled or a tails server, so revocation is not supported.
43+
4244
## Connecting to an Endorser Service
4345

4446
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
7375

7476
Author requests to create schema, create credential definition and create revocation registries will all now generate endorse requests to the endorser.
7577

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.
85+
86+
87+

0 commit comments

Comments
 (0)