argentlabs / argent-starknet-recover

52 stars 33 forks source link

Starknet Recovery CLI

This is a command line tool can be used to recover funds from old Starknet accounts. After entering your seedphrase or private key it will scan for your accounts and potential funds and issues. You can then choose to fix issues and recover your funds to a new account address.

Usage

It is simplest to download the latest release from the releases page. After downloading the binary matching your machine you can run it inside a terminal.

If you have node, nvm and yarn installed you can also clone this repo and run the following:

$ nvm use
$ yarn
$ yarn start

Use at your own risk

Debugging with VSCode

You can use the Run and Debug feature to debug with VSCode - good luck!