An open API service indexing awesome lists of open source software.

https://github.com/bitcoinjs/payjoin-client

A Payjoin Client Library in JS with TypeScript types
https://github.com/bitcoinjs/payjoin-client

Last synced: 12 months ago
JSON representation

A Payjoin Client Library in JS with TypeScript types

Awesome Lists containing this project

README

          

# Payjoin Client
[![Build Status](https://travis-ci.com/bitcoinjs/payjoin-client.png?branch=master)](https://travis-ci.com/github/bitcoinjs/payjoin-client)

[![NPM](https://img.shields.io/npm/v/payjoin-client.svg)](https://www.npmjs.org/package/payjoin-client)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

A [BIP78 Payjoin client](https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki) written in TypeScript with transpiled JavaScript committed to git.

## Example

TypeScript

``` typescript

// ...
```

NodeJS

``` javascript

// ...
```

## LICENSE [MIT](LICENSE)