Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 769 Bytes

File metadata and controls

39 lines (19 loc) · 769 Bytes

spvisualizer

Visualize the Zcash protocol

Howto

Rustup and,

git clone https://github.com/dismad/spvisualizer.git

cd spvisualizer
cargo build -r

Usage:

./target/release/spvisualizer <sk_hex or mnemonic>

note: this is for educational purposes only

ex

Sources

note: I used Grok heavily, see any errors, please report :)