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

{% trans %}Participate in the XRPL Community{% endtrans %}

{% trans %}Join and Contribute{% endtrans %}

{% trans %}Run an XRP Ledger Network Node{% endtrans %}

{% trans %}Contribute to Consensus{% endtrans %}
{% set curated_cards = [ "the-rippled-server.html", "install-rippled.html", "run-rippled-as-a-validator.html", "troubleshoot-the-rippled-server.html" ] %} {% include 'component-curated-cards.html.jinja' %}

{% trans %}Find us on the platforms below{% endtrans %}

{% trans %}Join the Conversation{% endtrans %}
{% set platforms = [ { "name": "GitHub", "id": "github", "link": "https://github.com/XRPLF/xrpl-dev-portal", "imgclasses": "invertible-img"}, { "name": "Twitch", "id": "twitch", "link": "https://www.twitch.tv/ripplexdev"}, { "name": "Stack Overflow", "id": "stack-overflow", "link": "https://stackoverflow.com/questions/tagged/xrp"}, { "name": "Twitter", "id": "twitter", "link": "https://twitter.com/XRPLF/"}, ] %}
{% for plat in platforms %}

{{plat.name}}

{% endfor %}

{% trans %}A community-driven resource for all things XRPL.org{% endtrans %}

{% trans %}Contribute to XRPL.org{% endtrans %}

{% trans %}Thank you for your interest in contributing to XRPL.org. This website was created as an XRPL community resource and is meant to be a living, breathing source of truth for XRP Ledger resources. This portal is open-source and anyone can suggest changes.{% endtrans %}

{% trans %}Read Contributor Guidelines{% endtrans %}
{% endblock %} {% block analytics %} {% endblock analytics %}