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

Testnet Servers

WebSocket and RippleAPI

wss://s.altnet.rippletest.net:51233
wss://s.devnet.rippletest.net:51233

JSON-RPC

https://s.altnet.rippletest.net:51234
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 %}