mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-03-04 19:52:29 +00:00
Checks (JavaScript)
Demonstrates how to create, cash, and cancel checks on the XRP Ledger.
Setup
npm install
Create a Check
node create-check.js
Cash a Check
node cash-check-exact.js
node cash-check-flexible.js
Cancel a Check
node cancel-check.js
Get Checks
node get-checks.js