Skip to content

Instantly share code, notes, and snippets.

@AlexxNica
Created April 23, 2023 09:55
Show Gist options
  • Save AlexxNica/d5f4843eb0325c55e7fa65668c945e5c to your computer and use it in GitHub Desktop.
Save AlexxNica/d5f4843eb0325c55e7fa65668c945e5c to your computer and use it in GitHub Desktop.

Filecoin Plus Interaction Diagram

Mermaid version of https://github.com/filecoin-project/notary-governance/blob/9119a7e445adf36ce86c63ce77de44a5bdbc7aa6/images/interaction-diagram.jpg

flowchart TB
  CommunityGovernance -->|Audits| RootKeyHolders
  RootKeyHolders -->|Executes Approved DataCap| Notaries
  Notaries -->|Applies to receive DataCap| CommunityGovernance
  CommunityGovernance -->|Audits| Notaries
  Notaries -->|Vets/Approves request, allocates DataCap| Clients
  Clients -->|Requests Datacap| Notaries
  Clients -->|Deploys DataCap to store data| StorageProvider
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment