diff --git a/_translations/en.yml b/_translations/en.yml index a971fd2a0f..9fe254d643 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -316,6 +316,7 @@ en: walletunstoppable: "Unstoppable is a non-custodial and intuitive mobile wallet for Bitcoin and other cryptocurrencies. This wallet packs some essential features to store, exchange and monitor cryptocurrency performance while staying private." walletspecterdesktop: "Specter Desktop is a desktop wallet interface for Bitcoin Core with a focus on privacy, coin control, single and multisig setups. Specter is non-custodial and works with all major hardware wallets." walletsparrow: "Sparrow is a Bitcoin wallet with a focus on security, privacy and usability. Sparrow supports single and multisig script types, connects to an Electrum server or Bitcoin Core, interacts with popular hardware wallets, provides full coin and fee control, and contains a transaction editor and a blockchain explorer." + walletbluewallet: "BlueWallet is a non-custodial Bitcoin wallet for mobile and macOS with a focus on simplicity. It supports SegWit and HD addresses, multisig vaults, hardware wallet integration through PSBT, coin control, and Replace-By-Fee." walletphoenix: "Phoenix is a Lightning-first, non-custodial Bitcoin wallet developed by ACINQ. Sends and receives payments primarily over the Lightning Network, with on-chain support via swaps. Channel liquidity is managed automatically. Available for Android and iOS. Open-source under Apache 2.0." walletdownload: "Install" walletvisit: "Visit website" diff --git a/_wallets/bluewallet.md b/_wallets/bluewallet.md new file mode 100644 index 0000000000..dab7c81f25 --- /dev/null +++ b/_wallets/bluewallet.md @@ -0,0 +1,58 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: bluewallet +title: "BlueWallet" +titleshort: "BlueWallet" +compat: "mobile desktop android ios mac" +user: beginner +level: 2 +platform: + - mobile: + name: mobile + default: &DEFAULT-MOBILE + text: "walletbluewallet" + source: "https://github.com/BlueWallet/BlueWallet" + features: "bech32 hardware_wallet legacy_addresses multisig segwit taproot" + check: &DEFAULT-MOBILE-CHECK + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvservers" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + fees: "checkgoodfeecontrolfull" + privacycheck: &DEFAULT-PRIVACYCHECK + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" + os: + - name: android + <<: *DEFAULT-MOBILE + link: "https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet" + screenshot: "bluewalletandroid.png" + - name: ios + <<: *DEFAULT-MOBILE + link: "https://apps.apple.com/us/app/bluewallet-bitcoin-wallet/id1376878040" + screenshot: "bluewalletios.png" + - desktop: + name: desktop + os: + - name: mac + text: "walletbluewallet" + link: "https://bluewallet.app/desktop-bitcoin-wallet" + source: "https://github.com/BlueWallet/BlueWallet" + screenshot: "bluewalletmac.png" + features: "bech32 hardware_wallet legacy_addresses multisig segwit taproot" + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvservers" + transparency: "checkpasstransparencyopensource" + environment: "checkfailenvironmentdesktop" + privacy: "checkpassprivacybasic" + fees: "checkgoodfeecontrolfull" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" +--- diff --git a/img/screenshots/bluewalletandroid.png b/img/screenshots/bluewalletandroid.png new file mode 100644 index 0000000000..63cac3b84f Binary files /dev/null and b/img/screenshots/bluewalletandroid.png differ diff --git a/img/screenshots/bluewalletios.png b/img/screenshots/bluewalletios.png new file mode 100644 index 0000000000..fed9a17769 Binary files /dev/null and b/img/screenshots/bluewalletios.png differ diff --git a/img/screenshots/bluewalletmac.png b/img/screenshots/bluewalletmac.png new file mode 100644 index 0000000000..f946e31fb4 Binary files /dev/null and b/img/screenshots/bluewalletmac.png differ diff --git a/img/wallet/bluewallet.png b/img/wallet/bluewallet.png new file mode 100644 index 0000000000..377d9a30e1 Binary files /dev/null and b/img/wallet/bluewallet.png differ