{% extends "template-base.html" %} {% block mainclasses %}landing padded-landing page-docs-index{% endblock %} {% block main %}

{% trans %}XRP Ledger Documentation{% endtrans %}

{% trans %}Dive into our documentation and start integrating with the XRP Ledger.{% endtrans %}

{% trans %}Browse by category, or skip straight to the full documentation index.{% endtrans %}

Hot Topic: NFTs

Interested in non-fungible tokens, but don't like their carbon footprint? Check out these proposed standards for issuing NFTs using the XRP Ledger:

{% set doc_types = [] %} {% set flag_n = cycler(* range(1,99)) %} {% for page in currentpage.children %}
{% if page.blurb is defined %}

{{page.blurb}}

{% endif %} {% set parent_html = page.html %} {% set parent_name = page.name %} {% set depth = 1 %} {% include 'children.html' %}
{% endfor %}

{% trans %}Full Documentation Index{% endtrans %}

{% set parent_html = currentpage.html %} {% set depth = 5 %} {% include 'children.html' %}
{% endblock %} {% block endbody %} {% endblock %}