You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart TD
%% Nodes
%%A("fab:fa-youtube <a rel="noopener" href="https://www.youtube.com/watch?v=T5Zthq-QR2A&" target="_blank">Starter Guide</a>")
A(Zcash-js-sdk)
B(ZavaX Bridge v3)
C("Zcashd Deprecation <a href="https://zcash.github.io/developers/zcash-zcashd-deprecation-dag" >")
D("Zebra Node feature completeness")
E(Full Node wallet)
F(Zcash Snap)
G(ZavaX Bridge v2)
H(FROST)
I(NU7)
J(ZSAs)
L(ZavaX Bridge v1)
M(HW Wallets)
N(Ledger)
O(Keystone)
R(Orchard FROST keys)
S(UFVK only wallet)
T(Unsigned TX builder)
E --> C
D --> C
S --> C
ZavaXBridgeV1 ==> G
T ==> HardwareWallets
HardwareWallets ==> G
I --> B
J --> I
C --> I
ZcashWebWallet --> G
subgraph ZavaXBridgeV1
S --> L
D --> L
S --> H
H --> L
R --> H
D --> E
E --> L
T --> H
end
subgraph ZcashWebWallet
A --> F
end
subgraph HardwareWallets
N --> M
O --> M
end
HardwareWallets --> ZcashWebWallet
Loading
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: