Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.24 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.24 KB

Paper wallet generator for cryptocurrencies (QR codes)

By visiting simplyjarod.github.io/crypto-paper-wallet you will be able to:

  • Generate new random private key.
  • Use your private key from raw or base 58 format.
  • Print (you can save as pdf) file with QR codes and plain text containing public and private keys.
  • By now, only Solana (SOL) addresses are supported. 12 and 24 word seed phrases might be supported some day.

All the data used/generated/imported/exported will only be accesible from your browser/computer.

Don't trust, verify! This project has been created as a public github repository to let you verify the code behind the website simplyjarod.github.io/crypto-paper-wallet so you can prove that data never leaves your computer.

Libraries/Frameworks used