diff --git a/README.md b/README.md index 3c4c6eda..d83694da 100644 --- a/README.md +++ b/README.md @@ -26,21 +26,6 @@ For more information about SSI at EWF, see the [EWF Gitbook page on SSI](https:/ ## Architecture -### Container Diagram - -The following is a C4 Container diagram of the apps within this repository as well as related apps such as [Switchboard](#switchboard). -The diagram was generated used [EnergyWeb's IcePanel](https://s.icepanel.io/gODPIqAQio/-/-/q8qxi31rvqe/g5rxwbzt0c7/342.1/288.7/0.438). - -Note that several of these apps (e.g. Switchboard, Web3 Wallet, SSI Wallet Client) are not in this repository. -They are shown on the diagram for context on how the apps in this repository can be used. -See the [other apps/components](#other-appscomponents) section for more details on some of these other apps. - -The diagram shows that multiple apps (Switchboard, an Elia developed apps or other apps) could act as clients to [VC-API](#vc-api). -In addition, these same client app could work with other VC-API implementions. -This interoperability is made possible through conformance to the [VC-API specification](https://w3c-ccg.github.io/vc-api). - -![c4 container diagram](./ssi.c4container.png) - ### Apps #### VC-API The [vc-api app](./apps/vc-api) is a NestJs implementation of the [W3C Credentials Community Group](https://w3c-ccg.github.io/) [VC API Specification](https://w3c-ccg.github.io/vc-api). diff --git a/ssi.c4container.png b/ssi.c4container.png deleted file mode 100644 index 9e28cac3..00000000 Binary files a/ssi.c4container.png and /dev/null differ