https://github.com/blitzwallet/blitz-website
PR website for Blitz Wallet
https://github.com/blitzwallet/blitz-website
bitcoin bitcoin-lightning-network ecash lightning-network
Last synced: 8 months ago
JSON representation
PR website for Blitz Wallet
- Host: GitHub
- URL: https://github.com/blitzwallet/blitz-website
- Owner: BlitzWallet
- License: other
- Created: 2024-05-14T21:16:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-23T01:01:22.000Z (8 months ago)
- Last Synced: 2025-10-23T03:07:52.592Z (8 months ago)
- Topics: bitcoin, bitcoin-lightning-network, ecash, lightning-network
- Language: HTML
- Homepage: http://blitzwalletapp.com
- Size: 7.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blitz Wallet PR Website
Welcome to the official PR website repository for **Blitz Wallet**.
Blitz Wallet is the simplest Bitcoin Lightning wallet, designed to make Bitcoin easy for everyone.
Send, receive, and spend sats instantly—without the complexity.
This website serves as a promotional and informational platform for the wallet and its associated Point of Sale (POS) terminal app.
## 🌟 Features
- **Send to Contacts Instantly**: Add friends once and pay them anytime—no more copying long Bitcoin addresses.
- **Gift Cards & Shopping**: Turn your sats into everyday spending with gift cards and discover places that accept Bitcoin.
- **Lightning-Powered Payments**: Enjoy fast, low-cost payments through **Spark** with no need to manage channels.
- **Self-Custodial Security**: Your keys, your Bitcoin. Only you control your funds with a secure 12-word seed phrase.
- **Easy Wallet Recovery**: Switch devices or lose your phone? Restore your wallet in seconds with your seed phrase.
- **POS Integration**: A built-in Point-of-Sale terminal app makes it simple for merchants to accept Bitcoin payments.
- **Other Features**:
- LNURL support
- Sub-accounts for flexible payment management
- Nostr Wallet Connect (NWC) integration
- Customizable display options
Blitz Wallet is built for simplicity—whether you’re new to Bitcoin or a daily Lightning user. Start living on Bitcoin today with Blitz Wallet.
## 🔗 Related Repositories
- **[Blitz Wallet](https://github.com/BlitzWallet/BlitzWallet)**: The main repository for the Blitz Wallet, including all core wallet functionalities.
- **[Blitz Wallet POS](https://github.com/BlakeKaufman/blitz-wallet-pos)**: A Point of Sale (POS) terminal app designed to work alongside Blitz Wallet, enabling merchants to accept payments in Lightning.
## 🚀 Getting Started
To run this project locally, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/BlakeKaufman/blitz-website.git
cd blitz-website
```
2. **Install Dependencies**:
```bash
npm install
```
3. **Start the Development Server**:
```bash
npm start
```
Open your browser and navigate to `http://localhost:3000` to see the website in action.
4. **Build for Production**:
```bash
npm run build
```
This will generate a `build/` directory with optimized static files for deployment.
## 🌐 Live Demo
Experience the live demo of the Blitz Wallet PR website [here](https:blitzwalletapp.com).
## 🛠️ Contributing
We welcome contributions to the Blitz Wallet PR website! To contribute:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-branch-name
```
3. Make your changes and commit them:
```bash
git commit -m "Add your commit message"
```
4. Push to the branch:
```bash
git push origin feature-branch-name
```
5. Create a pull request for your changes to be reviewed and merged.
## 📞 Contact
For any questions or feedback, visit the [Blitz Wallet official website](https://blitzwalletapp.com) or contact us via email at [support@blitzwalletapp.com](mailto:support@blitzwalletapp.com).
## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.