Blitz Wallet Web App is a React application that allows users to interact with the Bitcoin Lighting Network in a self-custodial way. By using Spark, we aim to create a seamless and simple payment experience to intantly show anyone how easy it is to use the Bitcoin network for payments.
- Send Bitcoin payments
- From camera
- From clipboard
- Receive Bitcoin payments
- Using a Lightning QR code
- Using a Spark QR code
- Wallet recovery
- Send / Receive Bitcoin payments
- LNURL
- Dark modes
- Fiat currencies
- Blitz Contacts
- Store items
- Match Blitz Mobile settings options
- More send options (from image, manual input, from contacts)
- Liquid receive option
We rely on GitHub for bug tracking. Before reporting a new bug, please take a moment to search the existing issues to see if your problem has already been addressed. If you can't find an existing report, feel free to create a new issue.
Moreover, we encourage contributions to the project by submitting pull requests to improve the codebase or introduce new features. All pull requests will be thoroughly reviewed by members of the Blitz team. Your contributions are invaluable to us!
To run the project locally, follow these steps:
- Clone the repository
git clone https://github.com/BlitzWallet/blitz-web-app cd blitz-web-app
- Install deendencies
npm install # or yarn
- Start the development server
npm run dev # or yarn dev
Blitz Web App is released under the terms of the Apache 2.0 license. See LICENSE for more information.