Skip to content

Paper Wallet is the safest way to store your seed phrase and private keys.

License

Notifications You must be signed in to change notification settings

HashEx/paperwallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Wallet

Paper Wallet is the safest way to store your seed phrase and private keys. Our solution allows to split your seed phrase into several pages which you can print out and keep separately. We recommend locking the pages in separate safe deposit boxes in different locations. Paper Wallet supports redundant encryption algorithms, thus, letting you set not only the number of pages to store the seed on, but also the number of pages required to recover the seed.

Licensing

Paper Wallet licensed under GNU GPLv3.

Quick Start Guide

Prerequisites

For building Paper Wallet, following packages are required (note, that this can vary from distribution to distribution):

  1. git
  2. Node.js

Installation

Clone the repository:

$ git clone https://github.com/HashEx/paperwallet.git

Install dependencies:

$ npm install

or

$ yarn install

Run Paper Wallet:

$ npm start

or

$ yarn start