diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 3cdeb10b..c65a2f8f 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -751,6 +751,23 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosureaccount" privacynetwork: "checkpassprivacynetworksupporttorproxy" +- keepkey: + title: "KeepKey" + titleshort: "KeepKey" + compat: "hardware" + level: 2 + platform: + hardware: + text: "walletkeepkey" + link: "https://www.keepkey.com/" + source: "https://github.com/keepkey/" + screenshot: "keepkey.png" + check: + control: "checkgoodcontrolfull" + validation: "checkneutralvalidationvariable" + transparency: "checkfailtransparencynew" + environment: "checkgoodenvironmenthardware" + privacy: "checkneutralprivacyvariable" --- diff --git a/_translations/en.yml b/_translations/en.yml index 0c628b6a..81252347 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -185,6 +185,7 @@ en: walletbitgo: "BitGo is a high-security multi-sig wallet, which protects your bitcoin from theft and loss. You maintain full custody; BitGo cannot spend or freeze funds. BitGo wallets are easy to use and offer advanced security features such as spending limits and multi-user access." walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time are your keys server side, even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App." wallettrezor: "Trezor is a hardware wallet providing a high level of security without sacrificing convenience. Unlike cold storage, Trezor is able to sign transactions while connected to an online device. That means spending bitcoins is secure even when using a compromised computer." + walletkeepkey: "KeepKey is a hardware wallet that makes bitcoin security simple. When you entrust KeepKey with your money, every bitcoin transaction you make must be reviewed and approved via it's OLED display and confirmation button." walletcopay: "Copay is the HD-multisignature wallet originally built to secure BitPay's funds. Copay supports multiple personal and shared wallets, testnet, and the full Payment Protocol. A private BWS node can be used for enhanced security and privacy." walletnano: "Ledger Nano is a hardware wallet built upon a ST23YT66 banking smartcard platform. It keeps the user private keys safe, validates transactions, can be used as a secure prepaid card or a multisignature party. While not open-source, it can be deterministically validated." walletninki: "An advanced wallet for experienced Bitcoin users. Ninki is a multi-signature wallet with a beautiful user interface. You have full control of your bitcoins at all times." diff --git a/img/screenshots/keepkey.png b/img/screenshots/keepkey.png new file mode 100644 index 00000000..3ae01cb5 Binary files /dev/null and b/img/screenshots/keepkey.png differ diff --git a/img/wallet/keepkey.png b/img/wallet/keepkey.png new file mode 100644 index 00000000..125bcfa3 Binary files /dev/null and b/img/wallet/keepkey.png differ