Skip to content

argentlabs/argent-starknet-recover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!