# Use Tickets (JavaScript) Demonstrates how to use Tickets for out-of-order transaction submission on the XRP Ledger. ## Setup ```sh npm install ``` ## Basic Ticket Usage ### Browser Open `demo.html` in a web browser and check the browser console to see the logs. Alternatively, you can run the code from the command line: ```sh node use-tickets.js ``` ## Tickets with Multi-Signing ```sh node use-tickets-multisig.js ```