A minimal, open-source recovery interface for Spark-compatible Bitcoin and Lightning wallets.
Hosted at recover.blitzwalletapp.com, this tool is designed to help users regain access to their funds in case their original wallet app becomes unavailable.
Self-custodial. Stateless. Trustless. No third parties involved.
- 100% Stateless
- Compatible with any Spark wallet
- Runs in any modern browser
- Open-source and verifiable
- Run your own instance
Visit: https://recover.blitzwalletapp.com
- Enter the seedphrase associated with your Spark wallet.
- View your available balance.
- Send your funds to a new wallet of your choice.
This project is a Vite-powered React app. To run it yourself:
git clone https://github.com/blakekaufman/spark-wallet-recovery-tool.git
cd spark-wallet-recovery-toolnpm installnpm run devYou can run this project entirely in the browser using GitHub Codespaces:
- Navigate to the repository on GitHub.
- Click the Code button, then select the Codespaces tab.
- Click Create codespace on main.
Once the Codespace starts and the environment is ready, run:
npm installnpm run devPull requests are welcome! If you’re building on the Spark protocol or have improvements to suggest, feel free to open an issue or PR.
Spark recovery is released under the terms of the Apache 2.0 license. See LICENSE for more information.