Zcash Sapling Paper Wallet CLI
zecpaperwallet
is a paper wallet generator for Zcash that produces Sapling z-addresses completely offline. Download the pre-compiled binary for your platform, and run it to generate z-addresses.
For example:
./zecpaperwallet -z 3 --format pdf zecpaper-output.pdf
will generate a wallet with 3 sapling addresses and save it to the PDF file.
Run with --help
to see all options.