--- # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. layout: wallet-platform-container max_wallet_text_length: 418 ## Unicode characters ---

{{ page.wallet.title }}

{% translate wallet{{page.wallet.id}} choose-your-wallet %}

{% include helpers/hero-social.html %}
{% include layout/base/wallets-menu-mobile.html %} {% include layout/base/wallets-list.html %}
{% assign platform = page.platform %} {% assign os = page.os %}
{% if os.link == 'bitcoincore' %} {% translate walletdownload choose-your-wallet %} {% elsif os.link contains 'play.google.com' or os.link contains 'itunes.apple.com' or os.link contains 'chrome.google.com' %} {% translate walletdownload choose-your-wallet %} {% else %} {% translate walletvisit choose-your-wallet %} {% endif %} {% if os.source %} {% translate walletsourcecode choose-your-wallet %} {% endif %}
screenshot
{% for check in os.check %} {% assign checkName = check[0] %} {% assign checkValue = check[1] %}

{% translate {{checkValue}} choose-your-wallet %}

{% translate {{checkValue}}txt choose-your-wallet %}

{% if checkName == 'privacy' and os.privacycheck %} {% for privacycheck in os.privacycheck %}

{% translate {{privacycheck[1]}} choose-your-wallet %}

{% translate {{privacycheck[1]}}txt choose-your-wallet %}

{% endfor %} {% endif %}
{% endfor %}

{% translate educate choose-your-wallet %}

{% translate educatetxt choose-your-wallet %}

{% include layout/base/wallets-filter.html %}