Files
xrpl-dev-portal/content/_snippets/interactive-tutorials/generate-step.md
2021-05-27 18:00:22 -07:00

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

Generating Keys...
{{ 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.