npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

payjoin-react-native

v1.2.0-beta

Published

Library to Payjoin written in react native

Readme

Payjoin React Native

⚠️Beta Software

NPM version Bitcoin-only

React Native Library to Payjoin

About

Payjoin React Native is a mobile-focused implementation of the Payjoin (P2EP) protocol built with React Native. This library facilitates secure peer-to-peer Bitcoin transactions, enhancing privacy by allowing the payer and payee to contribute inputs to the same transaction.

The library is fully compatible with Bitcoin Core and other Bitcoin-compatible APIs, making it a versatile solution for integrating Payjoin into mobile applications.

Key Features

  • Payjoin Protocol Integration: Implements Payjoin (BIP-78) to enhance privacy by allowing input contributions from both parties in a transaction.
  • Bitcoin Core Support: Seamlessly integrates with Bitcoin Core nodes for transaction signing, broadcasting, and input/output management.
  • API Compatibility: Works with Bitcoin-compatible APIs for ease of setup and use without the need for running a full node.
  • React Native Framework: Built specifically for mobile platforms, leveraging React Native for cross-platform compatibility.
  • Secure and Private: Enhances privacy by obfuscating input ownership, protecting against blockchain analysis.
  • Easy Setup and Configuration: User-friendly API to connect and start performing Payjoin transactions with minimal setup.
  • Android and iOS Support: Supports both Android and iOS platforms, ensuring broad reach and compatibility.

Main Functions

  1. Transaction Creation: Easily create Bitcoin transactions with Payjoin support.
  2. Input/Output Management: Automatically handles UTXO selection for both payer and payee.
  3. Broadcasting Transactions: Broadcast completed Payjoin transactions to the Bitcoin network using Bitcoin Core or compatible APIs.
  4. Payjoin Communication: Establish communication between payer and payee using the Payjoin endpoint for seamless integration.
  5. Bitcoin Core RPC Support: Utilize Bitcoin Core’s RPC interface for advanced transaction handling, fee calculation, and more.
  6. Compatibility with Bitcoin Services: Connect with third-party Bitcoin APIs for non-full-node setups, providing flexibility for developers.

Installation

Instructions for installing the package and integrating it into your React Native project will be added here.

npm i payjoin-react-native

or

yarn install payjoin-react-native

Contributing

Contributions are welcome! If you would like to contribute to the project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Write tests for your changes.
  4. Submit a pull request with a description of your changes.

License

This project is licensed under the MIT License.

Wallets use PRN

Roadmap

  • [ ] Web support (PWA) by WASM
  • [ ] Fix bugs and issues with Klotin and Swift
  • [ ] Out of beta

Built independently with ❤️ to serve the Bitcoin community