--- layout: default title: pages.wallets.title description: pages.wallets.description --- {% include hero/wallets.html %} {% include modals/win-core.html %} {% assign desktop-os-order-list = "win32,win64,osx,linux" | split: ','%} {% assign desktop-os-collection = site.data.wallets-collection | where:"type","desktop" | group_by:"os" %} {% assign mobile-os-collection = site.data.wallets-collection | where:"type","mobile" | group_by:"os" %} {% assign product-collection = site.data.wallets-collection | group_by:"product_id" %} {% assign vendor-collection = site.data.wallets-collection | group_by:"vendor_id" %} {% assign hardware-wallets = site.data.wallets-collection | sort: "product_label" | where:"type","hardware" %} {% assign paper-wallets = site.data.wallets-collection | sort: "product_label" | where:"type","paper" %} {% assign security-wallets = site.data.wallets-collection| sort: "product_label" | where:"type","security" %} {% for vendor-group in vendor-collection %} {% include modals/vendor-group-download-collection.html %} {% endfor %}
{% t pages.wallets.wallets-desktop-subtitle %}
{% t pages.wallets.wallets-mobile-subtitle %}
{% t pages.wallets.wallets-hardware-subtitle %}
{% t pages.wallets.wallets-paper-subtitle %}
{% t pages.wallets.wallets-security-subtitle %}