JSPM

xrpl-sender

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q15259F
  • License MIT

A simple library to send XRP via XRPL testnet.

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