xrpl-sender
v1.0.1
Published
A simple library to send XRP via XRPL testnet.
Readme
📦 xrpl-sender
A lightweight Node.js module to send XRP from an XRPL wallet using a seed. Built for testnet and mainnet transactions with validation and balance checking.
✨ Features
- ✅ Validate XRP classic address
- 💸 Check wallet balance before sending
- 🔐 Load wallet seed from
.env - 🔁 Use any XRPL node (testnet/mainnet/custom)
- 🧪 Tested with Jest (basic unit tests)
- 📦 Publishable to NPM
🚀 Installation
npm install xrpl-sender