{% extends "template-base.html" %} {% block head %} {% endblock %} {% block bodyclasses %}no-sidebar{% endblock %} {% block mainclasses %}landing{% endblock %} {% block breadcrumbs %}{% endblock %} {% block main %}

{% trans %}Powering the Internet of Value.{% endtrans %}

{% trans %}The XRP Ledger is open-source technology that anyone can use.{% endtrans %}

{% trans %}Use the tools and information provided here to integrate with and contribute to the open-source platform.{% endtrans %}

{% trans %}Want more?{% endtrans %}

{% trans %}Get updates about XRP Ledger webinars, releases, and documentation!{% endtrans %}

{% trans %}Sign up!{% endtrans %}
{% set flag_n = cycler(* range(1,99)) %}
{% set cardpage = pages|selectattr('html', 'defined_and_equalto', 'get-started-with-the-rippled-api.html')|first %}

{{cardpage.blurb}}

{{"%02d"|format(flag_n.next())}}
{{"%02d"|format(flag_n.next())}}
{{"%02d"|format(flag_n.next())}}

{% trans %}Explore the XRP Ledger{% endtrans %}

{% trans %}Use the XRPL Explorer to view a stream of ledger activity and see validator statuses.{% endtrans %}

{{"%02d"|format(flag_n.next())}}

Visit the blog for the latest XRP Ledger info, including Release Notes, Amendments to the XRP Ledger protocol, Feature articles from XRP experts, and more.

{% set flag_n = cycler(* range(1,99)) %}

{% trans %}The XRP Ledger is a decentralized cryptographic ledger, powered by a network of peer-to-peer servers. It is the home of XRP, a digital asset designed to bridge the many different currencies in use worldwide.{% endtrans %}

{% trans %}(digital asset icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(censorship resistance icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(consensus algorithm icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(xrp supply icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(governance icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(cryptography icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(smart contracts icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}
{% trans %}(decentralized exchange icon){% endtrans %}
{{"%02d"|format(flag_n.next())}}

{% trans %}Start Building{% endtrans %}

{% trans %}Use these tutorials to get step-by-step guidance to perform common tasks with the XRP Ledger.{% endtrans %}

{% set flag_n = cycler(* range(1,99)) %} {% set cardpage = pages|selectattr('html', 'defined_and_equalto', 'list-xrp-in-your-exchange.html')|first %}

{{cardpage.blurb}}

{{"%02d"|format(flag_n.next())}}
{% set cardpage = pages|selectattr('html', 'defined_and_equalto', 'send-xrp.html')|first %}

{{cardpage.blurb}}

{{"%02d"|format(flag_n.next())}}
{% set cardpage = pages|selectattr('html', 'defined_and_equalto', 'manage-the-rippled-server.html')|first %}

{{cardpage.blurb}}

{{"%02d"|format(flag_n.next())}}
{{"%02d"|format(flag_n.next())}}
{% endblock %} {% block endbody %} {% endblock %}