diff --git a/_translations/en.yml b/_translations/en.yml index 68d9a480c9..5312a4dfc5 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -305,7 +305,9 @@ en: walletledgernanos: "Ledger Nano S is a secure Bitcoin hardware wallet. It connects to any computer through USB and embeds a built-in OLED display to double-check and confirm each transaction with a single tap on its buttons." walletbitbox: "The BitBox02 is a hardware wallet, developed and manufactured in Switzerland. It is equipped with an OLED display, invisible touch sensors, USB-C and USB-A support, offline backups to both microSD card and BIP39 mnemonic. Setting up a BitBox02 wallet and managing your coins is made easy via the companion BitBoxApp." walletpassport: "Passport is a secure, easy-to-use, air-gapped, Bitcoin-only hardware wallet designed to help you reclaim your sovereignty. Passport is fully open source and manufactured in the US. It includes a color IPS display, a rechargeable battery, and an advanced secure element chip to secure your private seed." - walletjade: "Blockstream Jade is a versatile, open-source hardware wallet designed for your entire self-custody journey. Jade offers a dedicated companion app on mobile and desktop for a seamless, step-by-step onboarding experience - while advanced users can utilize Jade's built-in camera to perform air-gapped transactions." + walletjadeclassic: "Blockstream Jade Classic is an open-source Bitcoin and Liquid hardware wallet for everyday self-custody. Jade Classic pairs with the Blockstream app on mobile and desktop for guided setup, and its built-in QR scanner supports air-gapped signing with companion wallets such as Sparrow, Specter, Nunchuk, and more." + walletjadeplus: "Blockstream Jade Plus is an open-source Bitcoin and Liquid hardware wallet for advanced self-custody. It features a color display, enhanced camera for air-gapped QR signing, and supports offline firmware updates via external readers. Pairs with the Blockstream app or companion wallets like Sparrow and Nunchuk." + walletjadecore: "Blockstream Jade Core is an open-source Bitcoin and Liquid hardware wallet built for first-time self-custody. Jade Core offers a vibrant color display and buttons for clear navigation, as well as USB-C and Bluetooth connectivity for easy pairing with the Blockstream app on mobile and desktop." walletcypherockx1: "Cypherock X1 is an open source and audited hardware wallet, which implements ‘Shamir Secret Sharing’ to split crypto private keys into 5 shards cryptographically and houses them in 5 tamper proof components - 4 X1 cards and a vault device. Users just need 1 X1 card and a vault to make a transaction." walletgreen: "Blockstream Green is a simple to use, multi-platform and open-source bitcoin wallet designed to adapt to your needs as they evolve through your self-custody journey. Green offers singlesig, as well as 2FA protected multisig accounts, and it can be paired with your favorite hardware wallet." walletbither: "Bither is a simple and secure wallet on many platforms. With special designed cold/hot modes, user can easily get both safety and simplicity. Bither's XRANDOM uses different entropy sources to generate true random number for users." diff --git a/_wallets/jadeclassic.md b/_wallets/jadeclassic.md new file mode 100644 index 0000000000..fe866d1203 --- /dev/null +++ b/_wallets/jadeclassic.md @@ -0,0 +1,27 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: jadeclassic +title: "Blockstream Jade Classic" +titleshort: "Jade Classic" +compat: "hardware" +level: 2 +platform: + - hardware: + name: hardware + os: + - name: hardware + text: "walletjadeclassic" + link: "https://blockstream.com/jade/" + source: "https://github.com/Blockstream/Jade" + screenshot: "jadeclassic.png" + features: "bech32 hardware_wallet legacy_addresses multisig segwit" + check: + control: "checkgoodcontrolfull" + validation: "checkneutralvalidationvariable" + transparency: "checkgoodtransparencydeterministic" + environment: "checkgoodenvironmenthardware" + privacy: "checkneutralprivacyvariable" + fees: "checkneutralfeecontrolvariable" +--- diff --git a/_wallets/jade.md b/_wallets/jadecore.md similarity index 84% rename from _wallets/jade.md rename to _wallets/jadecore.md index 6cbc6bcdb4..edb9c7d352 100644 --- a/_wallets/jade.md +++ b/_wallets/jadecore.md @@ -2,9 +2,9 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -id: jade -title: "Blockstream Jade" -titleshort: "Jade" +id: jadecore +title: "Blockstream Jade Core" +titleshort: "Jade Core" compat: "hardware" level: 2 platform: @@ -12,10 +12,10 @@ platform: name: hardware os: - name: hardware - text: "walletjade" + text: "walletjadecore" link: "https://blockstream.com/jade/" source: "https://github.com/Blockstream/Jade" - screenshot: "jade.png" + screenshot: "jadecore.png" features: "bech32 hardware_wallet legacy_addresses multisig segwit" check: control: "checkgoodcontrolfull" diff --git a/_wallets/jadeplus.md b/_wallets/jadeplus.md new file mode 100644 index 0000000000..161deda9a7 --- /dev/null +++ b/_wallets/jadeplus.md @@ -0,0 +1,27 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: jadeplus +title: "Blockstream Jade Plus" +titleshort: "Jade Plus" +compat: "hardware" +level: 2 +platform: + - hardware: + name: hardware + os: + - name: hardware + text: "walletjadeplus" + link: "https://blockstream.com/jade/" + source: "https://github.com/Blockstream/Jade" + screenshot: "jadeplus.png" + features: "bech32 hardware_wallet legacy_addresses multisig segwit" + check: + control: "checkgoodcontrolfull" + validation: "checkneutralvalidationvariable" + transparency: "checkgoodtransparencydeterministic" + environment: "checkgoodenvironmenthardware" + privacy: "checkneutralprivacyvariable" + fees: "checkneutralfeecontrolvariable" +--- diff --git a/img/screenshots/jade.png b/img/screenshots/jade.png deleted file mode 100644 index 55dbc5a29d..0000000000 Binary files a/img/screenshots/jade.png and /dev/null differ diff --git a/img/screenshots/jadeclassic.png b/img/screenshots/jadeclassic.png new file mode 100644 index 0000000000..f49681bda7 Binary files /dev/null and b/img/screenshots/jadeclassic.png differ diff --git a/img/screenshots/jadecore.png b/img/screenshots/jadecore.png new file mode 100644 index 0000000000..a4dbf71b64 Binary files /dev/null and b/img/screenshots/jadecore.png differ diff --git a/img/screenshots/jadeplus.png b/img/screenshots/jadeplus.png new file mode 100644 index 0000000000..3bcc19e6f1 Binary files /dev/null and b/img/screenshots/jadeplus.png differ diff --git a/img/wallet/jade.png b/img/wallet/jadeclassic.png similarity index 100% rename from img/wallet/jade.png rename to img/wallet/jadeclassic.png diff --git a/img/wallet/jadecore.png b/img/wallet/jadecore.png new file mode 100644 index 0000000000..df6760dab0 Binary files /dev/null and b/img/wallet/jadecore.png differ diff --git a/img/wallet/jadeplus.png b/img/wallet/jadeplus.png new file mode 100644 index 0000000000..df6760dab0 Binary files /dev/null and b/img/wallet/jadeplus.png differ