{% extends "template-base.html" %} {% block bodyclasses %}page-test-net{% endblock %} {% block right_sidebar %}

Testnet Servers

Use the following URLs to connect to the XRP Testnet and send transactions, or connect your own rippled server to the Testnet.

Websockets and Ripple API
wss://s.altnet.rippletest.net:51233
JSON-RPC
https://s.altnet.rippletest.net:51234

Devnet Servers

Use the following URLs to connect to the XRP Devnet.

Websockets and Ripple API
wss://s.devnet.rippletest.net:51233
JSON-RPC
https://s.devnet.rippletest.net:51234
{% endblock %} {% block main %}

XRP Faucets

Ripple runs these parallel XRP Ledger test networks, the Testnet and Devnet, to provide a testing platform for any software products built on the XRP Ledger without using real funds.

These funds are intended for testing only. The Testnet ledger and balances will be reset approximately every 90 days, or when otherwise necessary. Devnet funds may be reset without warning as needed.

Testnet and Devnet balances are separate. As a precaution, do not use the Testnet or Devnet credentials on the Mainnet.

{% endblock %} {% block endbody %} {% endblock %}