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

XRP Testnet Faucet

Ripple runs this parallel XRP Ledger test network, or Testnet, to provide a testing platform for any software products built on the XRP Ledger without using real funds.

Testnet funds are intended for testing only. The Testnet ledger and balances will be reset approximately every 90 days, or when otherwise necessary.

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