$ npm install @hyperdivision/crypto-payment-urlcrypto-payment-urlGenerate payment URLs and QR Codes for cryptocurrencies
var cryptoUrl = require('crypto-payment-url')
var cryptoUrlQr = require('crypto-payment-url/qrcode')
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 })npm install crypto-payment-url