Files
xrpl-dev-portal/docs/_snippets/interactive-tutorials/generate-step.md
2024-10-09 15:26:34 -07:00

10 lines
697 B
Markdown

{% interactive-block label=default($label, "Generate") steps=$frontmatter.steps %}
<button id="generate-creds-button" class="btn btn-primary" data-fauceturl="https://faucet.altnet.rippletest.net/accounts">Get Testnet credentials</button>
{% loading-icon message="Generating Keys..." /%}
<div class="output-area"></div>
{% /interactive-block %}
{% admonition type="warning" name="Caution" %}Ripple provides the [Testnet and Devnet](../../concepts/networks-and-servers/parallel-networks.md) 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.{% /admonition %}