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

argentlabs/argent-starknet-recover

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Sep 15, 2022
Jan 19, 2024
Jan 19, 2024
Jan 19, 2024
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Sep 15, 2022
Sep 15, 2022
Jan 24, 2024
Apr 10, 2024
Apr 3, 2023
Sep 15, 2022
Apr 10, 2024
Apr 10, 2024
Jan 19, 2024
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Sep 15, 2022
Apr 10, 2024
Apr 10, 2024
Apr 10, 2024
Jan 19, 2024
Sep 15, 2022
Jan 19, 2024
Jan 24, 2024

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!