From 1efe3cf3bf7bdc654427d770b294cb97a5811f71 Mon Sep 17 00:00:00 2001 From: samepant Date: Mon, 24 Jun 2024 12:12:17 -0400 Subject: [PATCH] add notes for clarity to sequence diagram --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd2c1cbe..6cad872b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ 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