Skip to content

Tracking Ecosystem Initiatives #159

@pacu

Description

@pacu
flowchart TD
%% Nodes
    %%A("fab:fa-youtube <a rel="noopener" href="https://www.youtube.com/watch?v=T5Zthq-QR2A&amp" target="_blank">Starter Guide</a>")
    A(NU6)
    B(NDFM)
    C("Zcashd Deprecation <a href="https://zcash.github.io/developers/zcash-zcashd-deprecation-dag" >")
    D("Zebra Node feature completeness")
    E(Full Node wallet)
    F(Support For CEX)
    G(Decentralize Core)
    H(FROST)
    I(NU7)
    J(ZSAs)
    K(DEX)
    L(ZavaX Bridge)
    M(HW Wallets)
    N(Ledger)
    O(Keystone)
    P(Wallet UX Improvement)
    Q(Sync as a Service)
    R(Orchard FROST keys)
    S(UFVK only wallet)
    T(Unsigned TX builder)
    U(Coin Holder voting)
    V(PoS / Fast Finality)
    X(CEX)
    Y(DeFi ZEC)
    Z(Offine Transactions)

    A1(Variable Length Memos)
    B2(Spend ZEC)
    C1(Advanced Wallet Features)
%% Big Traces
    NDFM ==> NU7
    FROST ==> NDFM
    ZcashdDeprecation == Blocks ==> NU7
    ZcashdDeprecation ==> NDFM
    A ==> NDFM
    B --> C    
    C --> J
    D -- enables --> F
    T --> Z
    V -- faster chain --> P
    H -- enables disbursements --> NDFM
    S --> E
    M -- Empowers --> Y
    D --> Q
    S -- enables --> Q
    A1 -- enabled --> C1
    C1 --> WalletImprovements
    T -- required by --> FROST
    T -- required by --> HardwareWallets

subgraph ZcashdDeprecation
    E --> C
    G -- allows --> C
    D --> C
    F -- Better Shielded support --> X
end

subgraph WalletImprovements
    P --> B2
    Z --> P
    Q --> P
end
subgraph NDFM
  %% NDFM
    
    U --> B

end

subgraph FROST
    %% FROST Dependencies
   
    R --> H
    S -- watches frost'd wallet --> H
end


subgraph DeFi ZEC
  %% DEX / CEX
    %% ZavaX Dependencies
    H -- Enables -->  L
    S -- used by --> L
    V -- requires less confs --> X
    V -- Faster Settlements --> K
    K --> Y
    X --> Y
    V --> Y
    
    L -- encourages --> Y
    F --> X
end




%% Individual node styling. Try the visual editor toolbar for easier styling!
    style C color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style I color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style A color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style B color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style C color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style H color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style V color:#FFFFFF, stroke:#2962FF, fill:#2962FF
    style B2 color:#000000, stroke:#eeeeee, fill:#F4B728
    style M color:#000000, stroke:#eeeeee, fill:#F4B728
    style P color:#000000, stroke:#eeeeee, fill:#F4B728
    style Y color:#000000, stroke:#eeeeee, fill:#F4B728
    style J color:#000000, stroke:#eeeeee, fill:#F4B728


%% You can add notes with two "%" signs in a row!

subgraph HardwareWallets
  %% Hardware wallets
    O --> M
    N --> M
    S --> M 
    
end

subgraph NU7
  %% NU7 
    J --> I
    A1 --> I
    J -- enables --> Y
end


Loading

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions