npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@hyperdivision/crypto-payment-url

1.0.0

@emilbayes

npmHomeRepoSnykSocket
Downloads:3
$ npm install @hyperdivision/crypto-payment-url
DailyWeeklyMonthlyYearly

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