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

17 lines
312 B
Markdown

# Send XRP (JavaScript)
Demonstrates how to send XRP from one account to another on the XRP Ledger.
## Browser
Open `demo.html` in a web browser and check the browser console to see the logs.
## Command-line
Alternatively, you can run the code from the command line:
```sh
npm install
node send-xrp.js
```