Website: cypherbox.io | Community: Telegram | Email: info@cypherbox.io
Forked from BlueWallet Release 6.5.1, tailored for onboarding newbies to advanced self-custody.
Built with React Native, Electrum, and powered by Coinos.io + Strike APIs
- Multi-currency — Coinos.io + Strike.me (USD, EUR, GBP, AUD + more)
- Login via OAuth (Strike) or credentials (Coinos)
- Send and receive via Lightning Network
- Send and receive on-chain BTC
- Receive Liquid assets via Coinos
- Create and manage Lightning addresses
- Payment history with withdrawal threshold reminders
- Swap between Lightning accounts
- Withdraw to Vault, top-up from Vault
- Authentication tokens are user-accessible only (Keychain-stored)
- Private keys never leave your device
- SegWit-first, Bip39, Replace-By-Fee, Child-Pay-For-Parent support
- Coin control (label UTXOs, consolidate)
- Top-up Lightning Accounts
- Send to Cold Vault
- Private keys never leave your device
- SegWit-first, Bip39, RBF + CPFP support
- Coin control
- PSBT signing with BBQr animated QR support
- Send to Hot Vault
- Plausible deniability
- UTXO visualization
- Custom Electrum server connection
See the
enginesfield inpackage.jsonfor minimum Node/npm versions. Use even-numbered (LTS) versions.
git clone https://github.com/CypherBoxLLC/Cypher-Box.git
cd Cypher-Box
npm install- Open
android/in Android Studio - Launch an AVD emulator or connect a physical device
npx react-native run-android
In another terminal window within the Cypher-Box folder:
npx pod-install
npm start
# in another terminal:
npx react-native run-iosDebug on iOS Simulator: Product → Destination Architectures → Show Both → choose Rosetta-compatible simulator.
npx pod-install
npm start
# open ios/BlueWallet.xcworkspace
# select scheme BlueWallet-NoLDK, click RunUpcoming tasks: ⏱️ CI/CD pipline ⏱️ Notifications (only for Coinos at the moment) ⏱️ Lightning Account settings ⏱️ BBQr
Found critical bugs/vulnerabilities?
- Please email info@cypherbox.io
- Please do not publicly disclose vulnerabilities until they have been resolved.
- Valid, responsible disclosures may qualify for a bounty reward based on the severity of the issue. Thank you for helping us keep our project secure!
License: MIT
BlueWallet repo: github.com/BlueWallet/BlueWallet