Skip to content

Zcash Sapling Paper Wallet CLI

Compare
Choose a tag to compare
@adityapk00 adityapk00 released this 13 Jun 18:39
· 89 commits to master since this release

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.