Welcome to the official PR website repository for Blitz Wallet. Blitz Wallet is a self-custodial wallet designed to provide users with a seamless experience for managing and transacting Bitcoin, Lightning, Liquid, and eCash. This website serves as a promotional and informational platform for the wallet and its associated Point of Sale (POS) terminal app.
- Multi-Network Support: Manage Bitcoin, Lightning Network, Liquid Network, and eCash all in one wallet.
- Self-Custodial: Maintain full control of your private keys, ensuring your digital assets remain secure.
- Lightning Fast Transactions: Utilize the Bitcoin Lightning Network for instant, low-cost transactions.
- Confidential Transactions: Use the Liquid Network for enhanced privacy and confidential transactions.
- POS Integration: Seamlessly integrate with the Blitz Wallet POS terminal app for easy payments in stores.
- Blitz Wallet: The main repository for the Blitz Wallet, including all core wallet functionalities.
- Blitz Wallet POS: A Point of Sale (POS) terminal app designed to work alongside Blitz Wallet, enabling merchants to accept payments in Bitcoin, Lightning, Liquid, and eCash.
To run this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/BlakeKaufman/blitz-website.git cd blitz-website
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
Open your browser and navigate to
http://localhost:3000
to see the website in action. -
Build for Production:
npm run build
This will generate a
build/
directory with optimized static files for deployment.
Experience the live demo of the Blitz Wallet PR website here.
We welcome contributions to the Blitz Wallet PR website! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name
- Make your changes and commit them:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature-branch-name
- Create a pull request for your changes to be reviewed and merged.
For any questions or feedback, visit the Blitz Wallet official website or contact us via email at support@blitz-wallet.com.
This project is licensed under the MIT License. See the LICENSE file for more information.