Skip to content

Recover inaccessible tokens from Starknet following the network upgrade using only the private key - no seed phrase required

Notifications You must be signed in to change notification settings

haardikk21/starknet-account-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starknet Account Recovery

If you don't have your seed phrase from Braavos/Argent X wallet - but have your private key - and have funds you'd like to move ASAP since there's no way to import using private key in either wallet - this is for you

NOTE: Your account must not be deprecated. This will not help you if your account is deprecated.

Usage

  1. Create a .env file
  2. Copy over .env.sample to .env and fill in the required fields
  3. Install npm dependencies (really only starknet and dotenv)
  4. Modify index.ts to whatever contract addresses you need to transfer. It's set up for USDC - switch it out for whatever you need to transfer. Remember, ETH is also an ERC-20 on Starknet.
  5. Run npm run dev

About

Recover inaccessible tokens from Starknet following the network upgrade using only the private key - no seed phrase required

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published