mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
13 lines
230 B
Markdown
13 lines
230 B
Markdown
# Send XRP (Python)
|
|
|
|
Demonstrates how to send XRP from one account to another on the XRP Ledger.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
python -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -r requirements.txt
|
|
python send-xrp.py
|
|
```
|