From a23cd422bb7388eeddd75583e7b533a7d438ba53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Tue, 21 Nov 2023 13:17:20 +0100 Subject: [PATCH] Add spec link (#125) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4a3c691f..ccb7196b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ A monorepo for managing signed data. Consists of: - [pusher](./packages/pusher/README.md) - A service for pushing data provider signed data. - [e2e](./packages/e2e/README.md) - End to end test utilizing Mock API, pusher and signed API. +Read the +[specification](https://docs.google.com/document/d/1-kUPIXSD4ZW1SGs_P8HsejC9k9aHB-NXs9_6-OclnmE/edit#heading=h.i307237rdfda) +for more details on the architecture and the components. + ## Getting started The repo uses `pnpm` workspaces. To install the dependencies: