# @hyperdivision/crypto-payment-url

> [![Build Status](https://travis-ci.com/hyperdivision/crypto-payment-url.svg?branch=master)](https://travis-ci.com/hyperdivision/crypto-payment-url)

Latest version **1.0.0** (published 2020-02-24) · ISC license · 0 weekly downloads

## Install

```sh
npm install @hyperdivision/crypto-payment-url
pnpm add @hyperdivision/crypto-payment-url
yarn add @hyperdivision/crypto-payment-url
bun add @hyperdivision/crypto-payment-url
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-02-24 |
| First published | 2020-02-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Hyperdivision ApS |
| Maintainers | benlyn, andrewosh, mafintosh, emilbayes |

## Links

- npm: https://www.npmjs.com/package/@hyperdivision/crypto-payment-url
- Repository: https://github.com/hyperdivision/crypto-payment-url
- Homepage: https://github.com/hyperdivision/crypto-payment-url#readme
- Issues: https://github.com/hyperdivision/crypto-payment-url/issues
- npm.io page: https://npm.io/package/@hyperdivision/crypto-payment-url

## Dependencies (1)

- [qrcode-svg](https://npm.io/package/qrcode-svg.md) ^1.1.0

## Recent versions

- 1.0.0 (latest) — 2020-02-24

## README

# `crypto-payment-url`

[![Build Status](https://travis-ci.com/hyperdivision/crypto-payment-url.svg?branch=master)](https://travis-ci.com/hyperdivision/crypto-payment-url)

> Generate payment URLs and QR Codes for cryptocurrencies

## Usage

```js
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

```sh
npm install crypto-payment-url
```

## License

[ISC](LICENSE)

---
_Source: https://npm.io/package/@hyperdivision/crypto-payment-url · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
