mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-06-03 16:56:40 +00:00
Use Tickets (Python)
Demonstrates how to use Tickets for out-of-order transaction submission on the XRP Ledger.
Setup
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Basic Ticket Usage
python use-tickets.py
Tickets with Multi-Signing
python use-tickets-to-multisign.py