From 70ee44c22c57567f50a0003a444d42afe0293909 Mon Sep 17 00:00:00 2001 From: Auryn Macmillan Date: Tue, 25 Jun 2024 20:37:05 +0100 Subject: [PATCH] remove token holders from sequence diagram --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 6cad872b..163162a0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Enclave employs a modular architecture involving numerous actors and participant ```mermaid sequenceDiagram - actor Token Holders actor Requester actor Data Providers participant Enclave @@ -26,14 +25,6 @@ sequenceDiagram participant Computation Module participant Execution Module - Note over Token Holders, Execution Module:
Ciphernode setup flow:
- - loop Each token holder that wants to register a ciphernode - Token Holders ->> Ciphernode Registry: Stake tokens to register ciphernodes - end - - Note over Token Holders, Execution Module:
Computation flow:
- loop Each computation request Requester ->> Enclave: Request computation activate Enclave @@ -46,7 +37,7 @@ sequenceDiagram Ciphernode Registry -->> Enclave: Publish Committee deactivate Ciphernode Registry - loop Each input provider + loop Each input Data Providers ->> Enclave: Publish inputs Enclave ->> Computation Module: Validate inputs activate Computation Module