Files
xrpl-dev-portal/_code-samples/get-tx/js/README.md
2026-02-23 12:47:15 +00:00

11 lines
170 B
Markdown

# Get Tx (JavaScript)
Demonstrates how to retrieve transaction details from the XRP Ledger.
Quick setup and usage:
```sh
npm install
npx ts-node getTransaction.ts
```