mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Wallets: Add Copay
Rebased-from: cbcde1bc5b1bf04985ac4027f16f753570c4245a Rebased-by: David A. Harding <dave@dtrt.org> Closes #888
This commit is contained in:
parent
19cc8863c2
commit
aec66734cc
8 changed files with 160 additions and 0 deletions
|
@ -191,6 +191,51 @@ wallets:
|
|||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
- copay:
|
||||
title: "Copay"
|
||||
titleshort: "Copay"
|
||||
compat: "mobile desktop web android ios windowsphone windows mac linux"
|
||||
level: 3
|
||||
platform:
|
||||
mobile:
|
||||
text: "walletcopay"
|
||||
link: "https://copay.io"
|
||||
source: "https://github.com/bitpay/copay"
|
||||
screenshot: "copay.png"
|
||||
os:
|
||||
- android
|
||||
- ios
|
||||
- windowsphone
|
||||
- linux
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
desktop:
|
||||
text: "walletcopay"
|
||||
link: "https://copay.io/"
|
||||
source: "https://github.com/bitpay/copay"
|
||||
screenshot: "copay.png"
|
||||
os:
|
||||
- windows
|
||||
- mac
|
||||
- linux
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
- airbitzwallet:
|
||||
title: "Airbitz Bitcoin Wallet"
|
||||
titleshort: "Airbitz"
|
||||
|
@ -885,6 +930,7 @@ wallets:
|
|||
<ul>
|
||||
<li class="wallet-android"><a id="android" data-walletcompat="android">{% translate platformandroid %}</a></li>
|
||||
<li class="wallet-ios"><a id="ios" data-walletcompat="ios">{% translate platformios %}</a></li>
|
||||
<li class="wallet-windowsphone"><a id="windowsphone" data-walletcompat="windowsphone">{% translate platformwindowsphone %}</a></li>
|
||||
<li class="wallet-blackberry"><a id="blackberry" data-walletcompat="blackberry">{% translate platformblackberry %}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue