mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 00:25:49 +00:00
adds bitfrost towo to software wallets. asdds keystone and dcent to hardware wallets
This commit is contained in:
@@ -152,11 +152,17 @@
|
||||
<div class="link-section py-26" id="wallets">
|
||||
<h2 class="h4 h2-sm mb-8">{% trans %}What Wallets Support XRP?{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}Digital wallets are pieces of software that allow people to send, receive, and store cryptocurrencies, including XRP. There are two types of digital wallets: hardware and software.{% endtrans %}</h5>
|
||||
<ul class="nav nav-grid-lg cols-of-4" id="wallets">
|
||||
<ul class="nav nav-grid-lg cols-of-6" id="wallets">
|
||||
<li class="nav-item nav-grid-head">
|
||||
<h6 class="fs-4-5">{% trans %}Software Wallets{% endtrans %}</h6>
|
||||
</li>
|
||||
{% set softwallets = [
|
||||
{ "href": "https://towolabs.com/",
|
||||
"id": "wallet-towo",
|
||||
"alt": _("Towo") },
|
||||
{ "href": "https://www.bitfrost.io/",
|
||||
"id": "wallet-bitfrost",
|
||||
"alt": _("Bitfrost") },
|
||||
{ "href": "https://xumm.app/",
|
||||
"id": "wallet-xumm",
|
||||
"alt": _("Xumm") },
|
||||
@@ -181,6 +187,14 @@
|
||||
"id": "wallet-ledger",
|
||||
"alt": _("Ledger"),
|
||||
"imgclasses": "invertible-img" },
|
||||
{ "href": "https://keyst.one/",
|
||||
"id": "wallet-keystone",
|
||||
"alt": _("Keystone"),
|
||||
"imgclasses": "invertible-img"},
|
||||
{ "href": "https://dcentwallet.com/?lang=en",
|
||||
"id": "wallet-dcent",
|
||||
"alt": _("Dcent"),
|
||||
"imgclasses": "invertible-img"},
|
||||
{ "href": "https://trezor.io/",
|
||||
"id": "wallet-trezor",
|
||||
"alt": _("Trezor"),
|
||||
|
||||
Reference in New Issue
Block a user