mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-31 19:10:17 +00:00
11 lines
204 B
Markdown
11 lines
204 B
Markdown
# Reliable Tx Submission (JavaScript)
|
|
|
|
Demonstrates reliable transaction submission patterns on the XRP Ledger.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
npx ts-node reliableTransactionSubmission.ts
|
|
```
|