From b841f485c7154871768c33ca29fe11e86ebd415a Mon Sep 17 00:00:00 2001 From: Kalin Canov <kalin.canov@vereign.com> Date: Thu, 18 Jul 2024 16:42:59 +0300 Subject: [PATCH] Updating README - Introduction section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bceb2a2..c807bc1a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ - [License](#license) ## Introduction - -OCM Engine is a monorepo based on [NestJS](http://nestjs.com) and [Nx](https://nx.dev), holding applications in `apps` directory and `libraries` in `libs`, which were used to create the applications and can be used for developing additional applications in `OCM` project. +The OCM Engine is designed primarily to manage [Verifiable Credentials](https://en.wikipedia.org/wiki/Verifiable_credentials) of a given organization as well as DIDComm data exchange. Built as a monorepo utilizing [NestJS](http://nestjs.com) and [Nx](https://nx.dev), it features various applications housed in the `apps` directory and libraries in the `libs` directory. This structure facilitates updates, extensions, and the creation of additional applications and libraries. +The separation within the OCM Engine allows it to be considered a flexible and extendable framework from both development and consumer perspectives. This modular approach ensures that components can be individually maintained and enhanced, promoting a scalable and adaptable architecture. ### Apps list: - Agent -- GitLab