mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
170 B
Markdown
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
|
|
```
|