0.1.5 • Published 6 months ago

paymail v0.1.5

Weekly downloads
-
License
Open BSV License
Repository
github
Last release
6 months ago

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.

0.1.4

6 months ago

0.1.5

6 months ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago