diff --git a/_translations/en.yml b/_translations/en.yml index 1059dbac8f..03b042dd19 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -301,6 +301,8 @@ en: walletkrux: "Krux is an open-source firmware that transforms off-the-shelf generic devices into versatile Bitcoin transaction signers. It allows offline airgapped signing through QR codes and SD cards." walletbitpay: "BitPay Wallet is the HD-multisignature wallet originally built to secure BitPay's funds. BitPay supports multiple personal and shared wallets, testnet, and the full Payment Protocol. A private BWS node can be used for enhanced security and privacy." 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." + walletonekeypro: "OneKey Pro is a fully open-source hardware wallet, offering transparency with auditable hardware and software. It combines security features like four EAL 6+ Secure Elements and air-gapped signing with an intuitive color touchscreen and fingerprint unlock." + walletonekeyclassic1s: "OneKey Classic 1S is a fully open-source hardware wallet with a slim, portable design. Security is handled by two EAL 6+ certified Secure Elements, while physical buttons provide clear, tactile confirmation for signing transactions." 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." diff --git a/_wallets/onekeyclassic1s.md b/_wallets/onekeyclassic1s.md new file mode 100644 index 0000000000..5a70c469fe --- /dev/null +++ b/_wallets/onekeyclassic1s.md @@ -0,0 +1,27 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: onekeyclassic1s +title: "OneKey Classic 1S" +titleshort: "OneKey Classic 1S" +compat: "hardware" +level: 2 +platform: + - hardware: + name: hardware + os: + - name: hardware + text: "walletonekeyclassic1s" + link: "https://onekey.so/products/onekey-classic-1s-hardware-wallet/" + source: "https://github.com/OneKeyHQ/firmware-classic1s" + screenshot: "onekeyclassic1s.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/onekeypro.md b/_wallets/onekeypro.md new file mode 100644 index 0000000000..1b6b68516e --- /dev/null +++ b/_wallets/onekeypro.md @@ -0,0 +1,27 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: onekeypro +title: "OneKey Pro" +titleshort: "OneKey Pro" +compat: "hardware" +level: 2 +platform: + - hardware: + name: hardware + os: + - name: hardware + text: "walletonekeypro" + link: "https://onekey.so/products/onekey-pro-hardware-wallet/" + source: "https://github.com/OneKeyHQ/firmware-pro" + screenshot: "onekeypro.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/onekeyclassic1s.png b/img/screenshots/onekeyclassic1s.png new file mode 100644 index 0000000000..1b2cd377f2 Binary files /dev/null and b/img/screenshots/onekeyclassic1s.png differ diff --git a/img/screenshots/onekeypro.png b/img/screenshots/onekeypro.png new file mode 100644 index 0000000000..a6551755fc Binary files /dev/null and b/img/screenshots/onekeypro.png differ diff --git a/img/wallet/onekeyclassic1s.png b/img/wallet/onekeyclassic1s.png new file mode 100644 index 0000000000..291658f708 Binary files /dev/null and b/img/wallet/onekeyclassic1s.png differ diff --git a/img/wallet/onekeypro.png b/img/wallet/onekeypro.png new file mode 100644 index 0000000000..291658f708 Binary files /dev/null and b/img/wallet/onekeypro.png differ