{% extends "base.html.jinja" %} {% block head %} {% endblock %} {% block bodyclasses %}no-sidebar{% endblock %} {% block mainclasses %}landing page-home{% endblock %} {% block breadcrumbs %} {% endblock %} {% block main %}
X

{% trans %}Community
Powered Utility{% endtrans %}

{% trans %}XRPL | XRP Ledger{% endtrans %}
{% trans %}Start Building{% endtrans %}

{% trans %}The XRP Ledger: A Scalable, Sustainable Blockchain{% endtrans %}

{% trans %}The XRP Ledger (XRPL) is a decentralized, public blockchain led by a global developer community.{% endtrans %}

{% trans %}It’s fast, energy efficient, and reliable. With ease of development, low transaction costs, and a knowledgeable community, it provides developers with a strong open-source foundation for executing on the most demanding projects—without hurting the environment.{% endtrans %}

{% trans %}Why developers choose the XRP Ledger{% endtrans %}

{% trans %}Discover Benefits{% endtrans %}

{% trans %}Activate the power of the XRP Ledger and find the building blocks for your next innovation{% endtrans %}

{% trans %}Explore Advanced Features{% endtrans %}
{% set cards2 = [ { "href": "decentralized-exchange.html", "title": _("Decentralized Exchange"), "description": _("A high-performance decentralized peer-to-peer multi-currency exchange built directly into the blockchain")}, { "href": "cross-currency-payments.html", "title": _("Cross-Currency Payments"), "description": _("Atomically settle multi-hop payments that cross currency or national boundaries with ease")}, { "href": "payment-channels.html", "title": _("Payment
Channels"), "description": _("Batched micropayments with unlimited speed, secured with XRP")}, { "href": "multi-signing.html", "title": _("Multi-Signing"), "description": _("Flexible options for custody and security of on-ledger accounts")}, { "href": "tokens.html", "title": _("Tokens"), "description": _("All currencies other than XRP can be represented in the XRP Ledger as tokens, sometimes called “IOUs”")}, ] %} {% for card in cards2 %}

{{card.title}}

{{card.description}}

{% endfor %}

{% trans %}Choose a path to start building on the XRPL{% endtrans %}

{% trans %}Get Started{% endtrans %}
{% set cards3 = [ { "href": "get-started.html", "title": _("Quickstart"), "description": _("Access everything you need to get started working with the XRPL")}, { "href": "tutorials.html", "title": _("Guided Tutorials"), "description": _("Follow step-by-step guides for frequent tasks")}, { "href": "concepts.html", "title": _("XRPL Fundamentals"), "description": _("Read about the XRPL’s foundational concepts")}, { "href": "client-libraries.html", "title": _("Choose a Language"), "description": _("Find tools, documentation, and sample code in Python, Java, Javascript, or use HTTP APIs")}, { "href": "uses.html", "title": _("Get Inspired"), "description": _("See what your peers have built on the XRPL")}, ] %} {% for card in cards3 %}

{{card.title}}

{{card.description}}

{% endfor %}

{% trans %}Our Shared Vision for XRPL’s Future{% endtrans %}

{% trans %}Together, we're building the greenest infrastructure to drive blockchain innovation that doesn't sacrifice utility or performance, to bring the developer community's vision to life.{% endtrans %}

Learn More

{% trans %}Explore what the community is building to enable new features and use cases on XRPL{% endtrans %}

{% trans %}Preview New Features{% endtrans %}

{% trans %}XRPL.org: by the community, for the community{% endtrans %}

{% trans %}Get Involved{% endtrans %}

{% trans %}XRPL.org is a community-driven resource by and for developers who build on the XRP Ledger (XRPL).{% endtrans %}

{% trans %}Join the Community{% endtrans %}
{% endblock %} {% block analytics %} {% endblock analytics %}