1.0.0 • Published 4 years ago

@hyperdivision/crypto-payment-url v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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