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
- Host: GitHub
- URL: https://github.com/bitcoinjs/payjoin-client
- Owner: bitcoinjs
- License: mit
- Created: 2020-06-01T11:53:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T10:36:09.000Z (over 3 years ago)
- Last Synced: 2025-06-13T22:41:08.906Z (about 1 year ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Payjoin Client
[](https://travis-ci.com/github/bitcoinjs/payjoin-client)
[](https://www.npmjs.org/package/payjoin-client)
[](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)