mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-31 11:00:16 +00:00
18 lines
328 B
Markdown
18 lines
328 B
Markdown
# Use Tickets (Go)
|
|
|
|
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
|
|
go mod download
|
|
```
|
|
|
|
## Basic Ticket Usage
|
|
|
|
```sh
|
|
go run main.go
|
|
```
|