paymail

0.1.5 • Public • Published

paymail

Send and receive payments

The code is hosted on GitHub and the package is available through NPM.

Installation

npm i paymail

Example Usage

const paymail = require('paymail')

paymail.send({
    recipient: 'ty@gateway.cash',
    amount: 69420,
    description: 'Here are some BitCoins'
})
})

API

Table of Contents

send

Send a payment with Paymail

Parameters

  • obj Object All parameters are given in an object

    • obj.recipient String The recipient of the Paymail payment
    • obj.amount Number The number of satoshis in the Paymail payment
    • obj.description String The note sent with the payment

License

The license for the code in this repository is the Open BSV License.

Package Sidebar

Install

npm i paymail

Weekly Downloads

6

Version

0.1.5

License

Open BSV License

Unpacked Size

4.21 kB

Total Files

4

Last publish

Collaborators

  • tonesnotes
  • braydude
  • tyeverett