Skip to content

Commit

Permalink
add notes for clarity to sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jun 24, 2024
1 parent b8d63fd commit 1efe3cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ sequenceDiagram
participant Computation Module
participant Execution Module
Note over Token Holders, Execution Module: <br/>Ciphernode setup flow:<br/>
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: <br/>Computation flow:<br/>
loop Each computation request
Requester ->> Enclave: Request computation
activate Enclave
Expand Down

0 comments on commit 1efe3cf

Please sign in to comment.