From 7b6ce7c939bf114ef6f80ca49930e850912fb755 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Mon, 22 Jul 2024 10:54:25 +0000 Subject: [PATCH] GITBOOK-17: Update Architecture --- developers/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/architecture.md b/developers/architecture.md index 84793ea9..ffce743b 100644 --- a/developers/architecture.md +++ b/developers/architecture.md @@ -29,7 +29,7 @@ These libraries include [Ocean.js](ocean.js), a JavaScript library, and [Ocean.p 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. +Ocean Node handles network communication through libp2p, supports secure data handling, and enables flexible compute-to-data operations. The functions of Ocean node include: