{% extends "template-base.html" %} {% block head %} {% endblock %} {% block main %}

Welcome to the Developer Center

Ripple’s distributed settlement network is built on open-source technology that anyone can use. Here are the tools developers can use to build solutions around the open-source platform.

{% for cat in categories %}
  • {{ cat }}
  • {% for page in pages %} {% if page.category == cat %}
  • {{ page.name }}
  • {% endif %} {% endfor %}
{% endfor %}
{% endblock %}