@hyperdivision/crypto-payment-url

Generate payment URLs and QR Codes for cryptocurrencies

Usage no npm install needed!

<script type="module">
  import hyperdivisionCryptoPaymentUrl from 'https://cdn.skypack.dev/@hyperdivision/crypto-payment-url';
</script>

README

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