mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-30 10:30:16 +00:00
24 lines
408 B
Markdown
24 lines
408 B
Markdown
# Use Tickets (JavaScript)
|
|
|
|
Demonstrates how to use Tickets for out-of-order transaction submission on the XRP Ledger.
|
|
|
|
For more context, see the [Use Tickets tutorial](https://xrpl.org/docs/tutorials/best-practices/transaction-sending/use-tickets).
|
|
|
|
## Setup
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
## Basic Ticket Usage
|
|
|
|
```sh
|
|
node use-tickets.js
|
|
```
|
|
|
|
## Tickets with Multi-Signing
|
|
|
|
```sh
|
|
node use-tickets-multisig.js
|
|
```
|