Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Ecosystem Initiatives #159

Open
pacu opened this issue Aug 13, 2024 · 0 comments
Open

Tracking Ecosystem Initiatives #159

pacu opened this issue Aug 13, 2024 · 0 comments

Comments

@pacu
Copy link
Owner

pacu commented Aug 13, 2024

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
@pacu pacu converted this from a draft issue Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant