Files

Checks (Python)

Demonstrates how to create, cash, and cancel checks on the XRP Ledger.

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Create a Check

python create_check.py

Cash a Check

python cash_check.py

Cancel a Check

python cancel_check.py

Get Account Checks

python account_checks.py