Some handy utilities for testing purposes
Use stable Rust to build (at the moment of writing 1.54)
cargo build --release
Alternatively, to add the binaries to the PATH run:
cargo install --path .
This will add the public-key-extractor
and view-key
binaries to .cargo/bin
folder
# To generate a view key:
view-key > view_key.txt
# To produce a public key out of a private key:
public-key-extractor --path keys.json