Wallets: Add Copay

Rebased-from: cbcde1bc5b1bf04985ac4027f16f753570c4245a
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #888
This commit is contained in:
Jason Dreyzehner 2015-07-03 20:18:27 -04:00 committed by David A. Harding
parent 19cc8863c2
commit aec66734cc
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
8 changed files with 160 additions and 0 deletions

View file

@ -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>