mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add Trezor to wallets
This commit is contained in:
parent
9368b58f89
commit
d92ac0e160
4 changed files with 19 additions and 1 deletions
|
@ -243,6 +243,23 @@ wallets:
|
||||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||||
|
- trezor:
|
||||||
|
title: "Trezor"
|
||||||
|
titleshort: "Trezor"
|
||||||
|
compat: "hardware"
|
||||||
|
level: 2
|
||||||
|
platform:
|
||||||
|
hardware:
|
||||||
|
text: "wallettrezor"
|
||||||
|
link: "http://www.bitcointrezor.com/"
|
||||||
|
source: "https://github.com/trezor/trezor-mcu"
|
||||||
|
screenshot: "trezor.png"
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkneutraldecentralizevariable"
|
||||||
|
transparency: "checkfailtransparencynew"
|
||||||
|
environment: "checkgoodenvironmenthardware"
|
||||||
|
privacy: "checkneutralprivacyvariable"
|
||||||
- hive:
|
- hive:
|
||||||
title: "Hive"
|
title: "Hive"
|
||||||
titleshort: "Hive"
|
titleshort: "Hive"
|
||||||
|
@ -654,7 +671,7 @@ wallets:
|
||||||
<li class="wallet-linux"><a data-walletcompat="linux">{% translate platformlinux %}</a></li>
|
<li class="wallet-linux"><a data-walletcompat="linux">{% translate platformlinux %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="wallet-hardware" style="display:none;"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
|
<li class="wallet-hardware"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
|
||||||
<li class="wallet-web"><a data-walletcompat="web">{% translate walletcatweb %}</a></li>
|
<li class="wallet-web"><a data-walletcompat="web">{% translate walletcatweb %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -122,6 +122,7 @@ en:
|
||||||
walletcoinkite: "Coinkite is a web wallet & debit card service that aims to be easy to use. It also works on mobile browsers, has merchant tools, point-of-sale payment terminals. It is a hybrid wallet and full reserve vault."
|
walletcoinkite: "Coinkite is a web wallet & debit card service that aims to be easy to use. It also works on mobile browsers, has merchant tools, point-of-sale payment terminals. It is a hybrid wallet and full reserve vault."
|
||||||
walletbitgo: "BitGo is a multi-signature wallet offering the highest levels of security. Every transaction requires two signatures, protecting your bitcoins from malware and server attacks. Private keys are held by the user such that BitGo cannot access the bitcoins. It is a good choice for non technical users."
|
walletbitgo: "BitGo is a multi-signature wallet offering the highest levels of security. Every transaction requires two signatures, protecting your bitcoins from malware and server attacks. Private keys are held by the user such that BitGo cannot access the bitcoins. It is a good choice for non technical users."
|
||||||
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
|
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
|
||||||
|
wallettrezor: "FIXME description here."
|
||||||
walletdownload: "Install"
|
walletdownload: "Install"
|
||||||
walletvisit: "Visit website"
|
walletvisit: "Visit website"
|
||||||
walletsourcecode: "Source code"
|
walletsourcecode: "Source code"
|
||||||
|
|
BIN
img/screenshots/trezor.png
Normal file
BIN
img/screenshots/trezor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
BIN
img/wallet/trezor.png
Normal file
BIN
img/wallet/trezor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue