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

34 lines
360 B
Markdown

# Escrow (JavaScript)
Demonstrates how to create, finish, and cancel escrows on the XRP Ledger.
## Setup
```sh
npm install
```
## Send Timed Escrow
```sh
node send-timed-escrow.js
```
## Send Conditional Escrow
```sh
node send-conditional-escrow.js
```
## List Escrows
```sh
node list-escrows.js
```
## Cancel Escrow
```sh
node cancel-escrow.js
```