diff --git a/_translations/en.yml b/_translations/en.yml index 04f892bec6..a5ef6d9677 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -313,6 +313,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." walletdownload: "Install" walletvisit: "Visit website" walletsourcecode: "Source code" diff --git a/_wallets/bluewallet.md b/_wallets/bluewallet.md new file mode 100644 index 0000000000..13419853ee --- /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" + 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.jpg" + - name: ios + <<: *DEFAULT-MOBILE + link: "https://apps.apple.com/us/app/bluewallet-bitcoin-wallet/id1376878040" + screenshot: "bluewalletios.jpg" + - desktop: + name: desktop + os: + - name: mac + text: "walletbluewallet" + link: "https://bluewallet.io/desktop-bitcoin-wallet" + source: "https://github.com/BlueWallet/BlueWallet" + screenshot: "bluewalletmac.png" + features: "bech32 hardware_wallet legacy_addresses multisig segwit" + 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.jpg b/img/screenshots/bluewalletandroid.jpg new file mode 100644 index 0000000000..183b8ca6cd Binary files /dev/null and b/img/screenshots/bluewalletandroid.jpg differ diff --git a/img/screenshots/bluewalletios.jpg b/img/screenshots/bluewalletios.jpg new file mode 100644 index 0000000000..ee54c63dd1 Binary files /dev/null and b/img/screenshots/bluewalletios.jpg differ diff --git a/img/screenshots/bluewalletmac.png b/img/screenshots/bluewalletmac.png new file mode 100644 index 0000000000..fcf9275fd9 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..38bcd41f9d Binary files /dev/null and b/img/wallet/bluewallet.png differ