HashEx / paperwallet

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

Home Page:https://paper-wallet.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://paper-wallet.me

License:GNU General Public License v3.0


Languages

Language:JavaScript 61.7%Language:CSS 36.4%Language:HTML 1.8%