A Python-based Bitcoin Cash wallet with a focus on speed, security, and simplicity.
- Secure Private Key Storage — Keep your BCH safely with encrypted private keys.
- Deterministic Wallets (BIP32/BIP44) — Generate and manage multiple addresses with ease.
- Hardware Wallet Support — Integrate popular hardware devices for extra security.
- Custom Transaction Fees — Adjust fees according to network conditions.
- Multi-language Interface — Utilize an interface in various languages for global accessibility.
- Clone the repository:
git clone https://github.com/YourUsername/ElectrumBCH.git
- Navigate to the project directory:
cd ElectrumBCH
- Install the dependencies:
pip install -r requirements.txt
- Run the wallet script:
python electrum_bch.py
- Create or Import a wallet when prompted.
- Manage addresses, send/receive BCH, and view transaction history effortlessly.
Contributions are always welcome! Here’s how you can help:
- Propose Features: Share your ideas in an issue or a pull request.
- Make Pull Requests: Fork the repo, make changes, and submit a PR.
For major changes, please open a discussion first to ensure your ideas align with the project’s goals.
This project is licensed under the MIT License.
Made with ❤️ for the Bitcoin Cash community.