ilp-spsp-payout
TypeScript icon, indicating that this package has built-in type declarations

1.2.3-alpha.3 • Public • Published

ILP SPSP Payout

A util for sending out payments to specific payment pointers over ILP

Usage

Installation

npm install ilp-spsp-payout

Send Payments

const { Payout } = require('ilp-spsp-payout')

const payer = new Payout({
  slippage: 0.01,
})
payer.send('$twitter.xrptipbot.com/androswong418', 100000)

Note: To send payments locally a live moneyd instance must be running on your machine. For more instructions please visit https://github.com/interledgerjs/moneyd

Readme

Keywords

none

Package Sidebar

Install

npm i ilp-spsp-payout

Weekly Downloads

7

Version

1.2.3-alpha.3

License

Apache-2.0

Unpacked Size

31.3 kB

Total Files

11

Last publish

Collaborators

  • interledger