@hyperdivision/crypto-payment-url

1.0.0 • Public • Published

crypto-payment-url

Build Status

Generate payment URLs and QR Codes for cryptocurrencies

Usage

var cryptoUrl = require('crypto-payment-url')
var cryptoUrlQr = require('crypto-payment-url/qrcode')

API

cryptoUrl.ethereum({ address, functionName, args, amount, gas, gasLimit, gasPrice, chainId })

cryptoUrl.bitcoin({ address, amount, label, message, lightning })

cryptoUrlQr.ethereum({ address, functionName, args, amount, gas, gasLimit, gasPrice, chainId })

cryptoUrlQr.bitcoin({ address, amount, label, message, lightning })

Install

npm install crypto-payment-url

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i @hyperdivision/crypto-payment-url

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

5.87 kB

Total Files

8

Last publish

Collaborators

  • mafintosh
  • chm-diederichs