mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
148 B
Markdown
11 lines
148 B
Markdown
# Paths (JavaScript)
|
|
|
|
Demonstrates how to find payment paths on the XRP Ledger.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
npx ts-node paths.ts
|
|
```
|