mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Remove absolute path links (broken on staging)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<h2 class="h4 mb-8">{% trans %}How the XRP Ledger works{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}The XRP Ledger is a decentralized public blockchain. {% endtrans %}</h5>
|
||||
<p class="mb-10">{% trans %}Anyone can connect their computer to the peer-to-peer network that manages the ledger. The global XRP Ledger community—a diverse set of software engineers, server operators, users, and businesses—maintains the ledger.{% endtrans %}</p>
|
||||
<a class="btn btn-primary btn-arrow" href="/docs.html">{% trans %}Get Technical{% endtrans %}</a>
|
||||
<a class="btn btn-primary btn-arrow" href="docs.html">{% trans %}Get Technical{% endtrans %}</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<div class="mt-10 card-grid card-grid-2xN">
|
||||
<div class="col-new">
|
||||
<h2 class="h4 mb-8">{% trans %}How the Consensus Protocol Works{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}XRPL uses a consensus protocol, in which designated servers called <a href="/run-a-rippled-validator.html">validators</a> come to an agreement on the order and outcome of XRP transactions every 3-5 seconds.{% endtrans %}</h5>
|
||||
<h5 class="longform mb-10">{% trans %}XRPL uses a consensus protocol, in which designated servers called <a href="run-a-rippled-validator.html">validators</a> come to an agreement on the order and outcome of XRP transactions every 3-5 seconds.{% endtrans %}</h5>
|
||||
<p class="mb-6">{% trans %}All servers in the network process each transaction according to the same rules, and any transaction that follows the protocol is confirmed right away. All transactions are public, with strong cryptography to guarantee the integrity of the system.{% endtrans %}</p>
|
||||
<p class="mb-0">{% trans %}Anyone can operate a validator; currently, over 150 <a href="https://livenet.xrpl.org/network/validators" target="_blank">validators</a> are active on the ledger, operated by universities, exchanges, businesses, and individuals. Additionally, the consensus protocol ensures the blockchain becomes more decentralized over time as the validator pool grows.{% endtrans %}</p>
|
||||
</div>
|
||||
@@ -66,8 +66,8 @@
|
||||
<img src="./img/backgrounds/cta-xrpl-overview-green.svg" class="cta cta-bottom-right">
|
||||
<div class="z-index-1 position-relative">
|
||||
<h2 class="h4 mb-10">{% trans %}A Greener Blockchain{% endtrans %}</h2>
|
||||
<p class="mb-10">{% trans %}Unlike most other blockchains, the XRP Ledger does not need mining, so <a href="/impact.html">no energy is wasted</a> in the transaction process. Learn how this compares to other platforms with our <a href="/carbon-calculator.html">Green Currency Calculator</a>.{% endtrans %}</p>
|
||||
<a class="btn btn-primary btn-arrow" href="/impact.html">Get Technical</a>
|
||||
<p class="mb-10">{% trans %}Unlike most other blockchains, the XRP Ledger does not need mining, so <a href="impact.html">no energy is wasted</a> in the transaction process. Learn how this compares to other platforms with our <a href="carbon-calculator.html">Green Currency Calculator</a>.{% endtrans %}</p>
|
||||
<a class="btn btn-primary btn-arrow" href="impact.html">Get Technical</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -81,7 +81,7 @@
|
||||
</div>
|
||||
<h5 class="longform mb-10">{% trans %}The ledger’s unique properties, such as its fast and efficient consensus algorithm and censorship-resistant transaction processing, are leveraged by thousands of developers.{% endtrans %}</h5>
|
||||
<p class="mb-10">{% trans %}With the XRPL, these developers are building innovative projects and applications across blockchain use cases including tokenization of assets, online gaming, asset custody, NFTs, and DeFi.{% endtrans %}</p>
|
||||
<a class="btn btn-primary btn-arrow mb-16-sm" href="/uses.html">{% trans %}Explore More{% endtrans %}</a>
|
||||
<a class="btn btn-primary btn-arrow mb-16-sm" href="uses.html">{% trans %}Explore More{% endtrans %}</a>
|
||||
</div>
|
||||
<div class="col-new">
|
||||
<div class="d-flex flex-column-reverse">
|
||||
@@ -127,7 +127,7 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
<center>
|
||||
<a class="btn btn-primary btn-arrow mt-20" href="/faq.html">{% trans %}View Full FAQ{% endtrans %}</a>
|
||||
<a class="btn btn-primary btn-arrow mt-20" href="faq.html">{% trans %}View Full FAQ{% endtrans %}</a>
|
||||
</center>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user