mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Reinstate Armory
This commit is contained in:
parent
cce53312ed
commit
0a99a26daf
2 changed files with 26 additions and 1 deletions
|
@ -81,6 +81,31 @@ wallets:
|
|||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
privacynetwork: "checkpassprivacynetworksupporttorproxy"
|
||||
- armory:
|
||||
title: "Armory"
|
||||
titleshort: "Armory"
|
||||
compat: "desktop windows mac linux"
|
||||
level: 2
|
||||
platform:
|
||||
desktop:
|
||||
text: "walletarmory"
|
||||
link: "https://github.com/goatpig/BitcoinArmory/releases"
|
||||
source: "https://github.com/goatpig/BitcoinArmory"
|
||||
screenshot: "armory.png"
|
||||
os:
|
||||
- windows
|
||||
- mac
|
||||
- linux
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkgoodvalidationfullnoderequired"
|
||||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
privacynetwork: "checkpassprivacynetworksupporttorproxy"
|
||||
- electrum:
|
||||
title: "Electrum"
|
||||
titleshort: "Electrum"
|
||||
|
@ -968,7 +993,7 @@ wallets:
|
|||
<div>
|
||||
<h2>{{ wallet[1].title }}</h2>
|
||||
<div>{% for os in platform[1].os %}<img src="/img/os/{{ os }}.png" alt="{% translate platform{{os}} %}" title="{% translate platform{{os}} %}" />{% endfor %}</div>
|
||||
<div>{% if platform[1].link == 'bitcoincore' %}<a href="/{{ page.lang }}/{% translate download url %}">{% translate walletdownload %}</a>{% elsif platform[1].link contains 'play.google.com' or platform[1].link contains 'itunes.apple.com' or platform[1].link contains 'chrome.google.com' %}<a href="{{ platform[1].link }}">{% translate walletdownload %}</a>{% else %}<a href="{{ platform[1].link }}">{% translate walletvisit %}</a>{% endif %}{% if platform[1].source %}<a href="{{ platform[1].source }}">{% translate walletsourcecode %}</a>{% endif %}</div>
|
||||
<div>{% if platform[1].link == 'bitcoincore' %}<a href="/{{ page.lang }}/{% translate download url %}">{% translate walletdownload %}</a>{% elsif platform[1].link contains 'play.google.com' or platform[1].link contains 'itunes.apple.com' or platform[1].link contains 'chrome.google.com' or platform[1].link contains 'goatpig' %}<a href="{{ platform[1].link }}">{% translate walletdownload %}</a>{% else %}<a href="{{ platform[1].link }}">{% translate walletvisit %}</a>{% endif %}{% if platform[1].source %}<a href="{{ platform[1].source }}">{% translate walletsourcecode %}</a>{% endif %}</div>
|
||||
<div ontouchstart="walletScoreListener(event);" onclick="walletScoreListener(event);">
|
||||
{% for check in platform[1].check %}{% if check[0] == 'privacy' and platform[1].privacycheck %}
|
||||
<div class="check{{ check[0] }} {% if check[1] contains "checkgood" %}checkgood{% elsif check[1] contains "checkpass" %}checkpass{% elsif check[1] contains "checkneutral" %}checkneutral{% else %}checkfail{% endif %}">{% translate {{check[1]}} %}<div><div>
|
||||
|
|
BIN
img/screenshots/armory.png
Normal file
BIN
img/screenshots/armory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Add table
Add a link
Reference in a new issue