Skip to content

Safeheron/snap-offline-recovery-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safeheron Snap's Offline Private Key Recovery Tool

The offline private key recovery tool for Safeheron Snap is a simple and efficient way to help users of Safeheron Snap to recover their private key of Safeheron Snap Wallet in a disaster.

Please at least use 2 backup mnemonic phrases to successfully recover the key.

How to Use

Download the latest index.html from the releases page and open it using the browser you prefer. Follow the prompts to disconnect your device from the network (VPN included) and enter the backup mnemonic phrases to recover the private key.

Running it Locally

Clone this repository:

git clone https://github.com/Safeheron/snap-offline-recovery-tool

cd snap-offline-recovery-tool

Development

yarn 
yarn run dev

Build

yarn
yarn run build