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