Releases: argentlabs/argent-starknet-recover
v0.5.0
What's Changed
- BLO-1961 feat: use Rpc Provider by @simonheys in #9
- BLO-1891 fix: bundle and use dotenv in binaries by @simonheys in #10
- fix(recover): update snjs, rpc and add basic cairo 1 recovery by @simonheys in #14
New Contributors
- @simonheys made their first contribution in #9
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
Should discover and deploy undeployed accounts with balance
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Full Changelog: v0.3.3...v0.4.1
v0.4.0
Full Changelog: v0.3.3...v0.4.0
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
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 installed you can also clone this repo and run yarn && yarn start
to run the CLI tool.
Use at your own risks
Full Changelog: v0.3.1...v0.3.2
v0.3.1
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 installed you can also clone this repo and run yarn && yarn start
to run the CLI tool.
Use at your own risks
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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 installed you can also clone this repo and run yarn && yarn start
to run the CLI tool.
Use at your own risks
Full Changelog: v0.2.0...v0.3.0