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

{% trans %}Open for Business,
 Driven to Innovate{% endtrans %}

{% trans %}The XRPL Community{% endtrans %}

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

{% trans %}Join the Conversation{% endtrans %}
{% set platforms = [ { "name": "Twitter", "id": "twitter", "link": "https://twitter.com/XRPLF/"}, { "name": "Discord", "id": "discord", "link": "https://xrpldevs.org"}, { "name": "YouTube", "id": "youtube", "link": "https://www.youtube.com/channel/UC6zTJdNCBI-TKMt5ubNc_Gg"}, { "name": "GitHub", "id": "github", "link": "https://github.com/XRPLF/xrpl-dev-portal", "imgclasses": "invertible-img"}, { "name": "Stack Overflow", "id": "stack-overflow", "link": "https://stackoverflow.com/questions/tagged/xrp"}, ] %}
{% for plat in platforms %}

{{plat.name}}

{% endfor %}

{% trans %}Run an XRP Ledger network node{% endtrans %}

{% trans %}Contribute to Consensus{% endtrans %}
{% set curated_links = [ "the-rippled-server.html", "run-rippled-as-a-validator.html", "install-rippled.html", "troubleshoot-the-rippled-server.html" ] %} {% for cc in curated_links %} {% set page = pages|selectattr("html", "defined_and_equalto", cc)|first %} {% endfor %}

{% trans %}Apply for funding to build your XRPL project{% endtrans %}

{% trans %}XRPL Grants{% endtrans %}

{% trans %}The XRPL Grants program funds select open-source projects that solve problems and grow the XRP Ledger community.{% endtrans %}

{% trans %}Awarded in a single grant{% endtrans %}
{% trans %}Distributed to grant recipients{% endtrans %}
{% trans %}Open-source projects funded {% endtrans %}

{% trans %}Showcase your XRPL project, application or product{% endtrans %}

{% trans %}XRPL Community Spotlight{% endtrans %}

{% trans %}Get featured on the Developer Reflections blog or Use Cases page, and explore XRPL community highlights.{% endtrans %}

{% trans %}Welcome to Apex 2021{% endtrans %}

{% trans %}XRPL Community Meetup{% endtrans %}

{% trans %}XRPL Hackathon 2022{% endtrans %}

{% trans %}Check out global events across the XRPL community{% endtrans %}

{% trans %}XRPL Events{% endtrans %}

{% trans %}Meet the XRPL community at meetups, hackathons, conferences, and more across global regions.{% endtrans %}

{% trans %}Welcome to Apex 2021{% endtrans %}
{% trans %}XRPL Community Meetup{% endtrans %}
{% trans %}XRPL Hackathon 2022{% endtrans %}
{% trans %}View All Events{% endtrans %}

{% trans %}Discover your next career opportunity in the XRPL community{% endtrans %}

{% trans %}XRPL Careers{% endtrans %}

{% trans %}Teams across the XRPL community are looking for talented individuals to help build their next innovation.{% endtrans %}

{% trans %}Review guidelines for using XRPL design assets{% endtrans %}

{% trans %}XRPL Assets{% endtrans %}

{% trans %}Just like the technology itself, XRPL assets are open source and available for anyone to use. Check out this helpful framework for using XRPL visuals. {% endtrans %}

{% trans %}Download the PDF and Assets{% endtrans %}

{% 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 endbody %} {% endblock %} {% block analytics %} {% endblock analytics %}