{% extends "base.html.jinja" %} {% set faucets = [ { "id": "faucet-select-testnet", "ws_url": "wss://s.altnet.rippletest.net:51233/", "jsonrpc_url": "https://s.altnet.rippletest.net:51234/", "shortname": "Testnet", "faucet": "https://faucet.altnet.rippletest.net/accounts", "desc": "Mainnet-like network for testing applications." }, { "id": "faucet-select-devnet", "ws_url": "wss://s.devnet.rippletest.net:51233/", "jsonrpc_url": "https://s.devnet.rippletest.net:51234/", "shortname": "Devnet", "faucet": "https://faucet.devnet.rippletest.net/accounts", "desc": "Preview of upcoming amendments." }, { "id": "faucet-select-ammdevnet", "ws_url": "wss://amm.devnet.rippletest.net:51233/", "jsonrpc_url": "https://amm.devnet.rippletest.net:51234/", "shortname": "AMM-Devnet", "faucet": "https://ammfaucet.devnet.rippletest.net/accounts", "desc": "XLS-30d Automated Market Makers preview network." } ] %} {% block bodyclasses %}page-test-net{% endblock %} {% block right_sidebar %} {% for net in faucets %}

{{net.shortname}} Servers

// WebSocket
{{net.ws_url}}

// JSON-RPC
{{net.jsonrpc_url}}
{% endfor %} {% endblock %} {% block main %}

XRP Faucets

These parallel XRP Ledger test networks provide platforms for testing changes to the XRP Ledger and software built on it, without using real funds.

These funds are intended for testing only. Test networks' ledger history and balances are reset as necessary. Devnets may be reset without warning.

All balances and XRP on these networks are separate from Mainnet. As a precaution, do not use the Testnet or Devnet credentials on the Mainnet.

Choose Network:

{% for net in faucets %}
{% endfor %}

Hooks Testnet: See the Hooks Faucet

{% endblock %} {% block endbody %} {{target.ripple_lib_tag}} {% endblock %} {% block analytics %} {% endblock analytics %}