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

360 B

Escrow (JavaScript)

Demonstrates how to create, finish, and cancel escrows on the XRP Ledger.

Setup

npm install

Send Timed Escrow

node send-timed-escrow.js

Send Conditional Escrow

node send-conditional-escrow.js

List Escrows

node list-escrows.js

Cancel Escrow

node cancel-escrow.js