Skip to content

A tool that tries to find a Hedera account based solely on the recovery phrases

License

Notifications You must be signed in to change notification settings

atul-hedera/key-recovery-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key-recovery-tool

A tool that tries to find a Hedera account based solely on the recovery phrases

Description

Hedera accounts have had multiple recovery phase schemes in the past, before settling down to the current 24-word BIP-39 based phrases.

This tool takes recovery phrases for as input from any of those formats, and attempts to recover the account.

Installation

Pre-requisites

Install nodejs/npm (https://www.npmjs.com/get-npm)

Clone the repo

git clone https://github.com/atul-hedera/key-recovery-tool

Configure

Create and edit the .env flle in the key-recovery-tool directory. You can use the starter template from the .env.sample file in the repository, and provide the URLs for mainnet and testnet mirror nodes. Please note that today, there is no public mirror node for Hedera mainnet

Start the tool

Once you have edited the .env file, you can use the following commands to start the tool locally:

cd key-recovery-tool
npm install
npm run serve

About

A tool that tries to find a Hedera account based solely on the recovery phrases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published