pjkundert / python-slip39

Generate Ethereum, Bitcoin, etc. account seed and backup Mnemonics in SLIP-39 format (Trezor & Ledger compatible), with details in printable PDF format. Optionally, also print encrypted JSON and BIP-38 paper wallets.
https://slip39.com
Other
50 stars 17 forks source link

Simplify layout of mnemonic cards #12

Open fdegros opened 11 months ago

fdegros commented 11 months ago

Increase margin for smaller cards.

Don't print wallet addresses and QR codes on cards. I don't want the people keeping my SLIP-39 cards to know:

Don't print the group composition on the cards. I don't want the people keeping my SLIP-39 cards to know the composition (names, numbers and thresholds) of the other groups.

Don't print the group name diagonally on each card. Mnemonic words should be as readable as possible. No text or watermark should be obscuring these mnemonic words.

Bug: https://github.com/pjkundert/python-slip39/issues/11