mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
909 B
909 B
{% if use_network is undefined or use_network == "Testnet" %} {% set use_network = "Testnet" %} {% set faucet_url = "https://faucet.altnet.rippletest.net/accounts" %} {% elif use_network == "Devnet" %} {% set faucet_url = "https://faucet.devnet.rippletest.net/accounts" %} {# No faucet for Mainnet! #} {% endif %}
{{ start_step("Generate") }} Get {{use_network}} credentials
{{ end_step() }}Caution: Ripple provides the Testnet and Devnet for testing purposes only, and sometimes resets the state of these test networks along with all balances. As a precaution, do not use the same addresses on Testnet/Devnet and Mainnet.
