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

Testnet Servers

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

// JSON-RPC
https://s.altnet.rippletest.net:51234

Devnet Servers

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

// JSON-RPC
https://s.devnet.rippletest.net:51234

NFT-Devnet Servers

// WebSocket
wss://xls20-sandbox.rippletest.net:51233

// JSON-RPC
http://xls20-sandbox.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 %} {{target.ripple_lib_tag}} {% endblock %} {% block analytics %} {% endblock analytics %}