From b52da45b384ecd84b811caeb0e7ca87860155c20 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Mon, 17 Jun 2024 13:24:30 +0000 Subject: [PATCH] GITBOOK-4: No subject --- developers/architecture.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developers/architecture.md b/developers/architecture.md index 6a942560..bbd00e04 100644 --- a/developers/architecture.md +++ b/developers/architecture.md @@ -27,7 +27,9 @@ These libraries include [Ocean.js](ocean.js), a JavaScript library, and [Ocean.p #### Ocean Node -Ocean Node is a single component which runs all core middleware services within the Ocean stack. It replaces the roles of Aquarius, Provider and the Subgraph. +Ocean Node is a single component which runs all core middleware services within the Ocean stack. It replaces the roles of Aquarius, Provider and the Subgraph. It integrates the Indexer for metadata management and the Provider for secure data access. It ensures efficient and reliable interactions within the Ocean Protocol network. + +Ocean Node handles network communication through libp2p, supports secure data handling with Trusted Execution Environments (TEE) and Multi-Party Computation (MPC), and enables flexible compute-to-data operations. #### Old components