Files
xrpl-dev-portal/content/_snippets/interactive-tutorials/wait-step.md
mDuo13 6d91616a62 Improve & refactor interactive tutorial code
Interactive tutorials: more consistent style

Interactive tutorials: Use new generics for send-xrp, use-tickets

Interactive tutorials: clean up now-unused code

Interactive tutorials: progress & debugging of errors

Interactive: Require Destination Tags; and related

- Validate addresses in Transaction Sender and warn on Mainnet X-address
- Option to load destination address from query param in Tx Sender
- Some more/updated helpers in interactive tutorial JS

Interactive tutorials: fix JA version

Interactive tutorials: readme, include code filter (incomplete)

Interactive tutorials: improvements for consistency

Interactive Tutorials: finish readme

Interactive tutorials: fix syntax errors
2021-03-24 13:59:22 -07:00

875 B

{% if use_network is undefined or use_network == "Testnet" %} {% set explorer_url = "https://testnet.xrpl.org" %} {% elif use_network == "Devnet" %} {% set explorer_url = "https://devnet.xrpl.org" %} {% elif use_network == "Mainnet" %} {% set explorer_url = "https://livenet.xrpl.org" %} {% endif %}

Transaction ID: (None)
Latest Validated Ledger Index: (Not connected)
Ledger Index at Time of Submission: (Not submitted)
Transaction LastLedgerSequence: (Not prepared)