Package Exports
- xrpl-sender
- xrpl-sender/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xrpl-sender) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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