From 43ddb24c5cf0d2207eadaea932230fda9b3145d7 Mon Sep 17 00:00:00 2001 From: ff137 Date: Fri, 13 Dec 2024 11:15:20 +0200 Subject: [PATCH] :memo: Add overview of other services --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4455fe0c3..0f4c3ac56 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,13 @@ We enable and simplify several key capabilities, including: - Issuing verifiable credentials and handling revocations - Requesting and validating proofs -## Docs +To enable this, the project includes essential supporting services: + +- An [Endorser](endorser) for authorizing ledger transactions +- A [Trust Registry](trustregistry) for authorizing valid issuers, verifiers, + and approved credential schemas +- A webhooks service ([Waypoint](waypoint)) for real-time, server-sent event + (SSE) notifications and updates You can find more detailed documentation in the [`./docs` folder](docs/README.md). The `Quick Start`, `Common Steps` and