Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

MyTokenWallet/wallet-recovery-wizard

 
 

Repository files navigation

BitGo Wallet Recovery Wizard

This tool is built for assisting customers with recovering coins from BitGo wallets.

The application currently offers the following recoveries:

  • Cross-Chain Recoveries: Recover funds sent to the wrong chain, such as LTC sent to a BTC address.
  • Non-BitGo Recoveries: Build and send a transaction using the recovery KeyCard, independent from any BitGo services.

Installing and Downloading

Please see the releases page.

Development Setup

git clone git@github.com:BitGo/wallet-recovery-wizard.git # install the application
cd wallet-recovery-wizard
brew install openssl # required to compile native libraries
ln -s /usr/local/opt/openssl/include/openssl /usr/local/include # required to compile native libraries
npm install
./node_modules/.bin/electron-rebuild
npm run start # run a development server and start the app

About

Electron-based home for all BitGo recovery tools ⛓️🔮

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.9%
  • CSS 5.0%
  • Other 1.1%