Skip to content

Commit

Permalink
remove token holders from sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jun 25, 2024
1 parent 1efe3cf commit 70ee44c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,14 +25,6 @@ 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 All @@ -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
Expand Down

0 comments on commit 70ee44c

Please sign in to comment.