Skip to content

BlakeKaufman/blitz-website

Repository files navigation

Blitz Wallet PR Website

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.

🌟 Features

  • 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.

🔗 Related Repositories

  • 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.

🚀 Getting Started

To run this project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/BlakeKaufman/blitz-website.git
    cd blitz-website
  2. Install Dependencies:

    npm install
  3. Start the Development Server:

    npm start

    Open your browser and navigate to http://localhost:3000 to see the website in action.

  4. Build for Production:

    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.

🛠️ Contributing

We welcome contributions to the Blitz Wallet PR website! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch-name
  3. Make your changes and commit them:
    git commit -m "Add your commit message"
  4. Push to the branch:
    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 or contact us via email at support@blitz-wallet.com.

📜 License

This project is licensed under the MIT License. See the LICENSE file for more information.