{"id":17323823,"url":"https://github.com/horus-org/payjoin-react-native","last_synced_at":"2025-10-13T09:31:55.165Z","repository":{"id":257826017,"uuid":"870020442","full_name":"Horus-Org/payjoin-react-native","owner":"Horus-Org","description":"React Native Library to Payjoin","archived":false,"fork":false,"pushed_at":"2025-10-01T00:41:45.000Z","size":533,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T02:40:41.554Z","etag":null,"topics":["bitcoin","cryptography","lightning-network","payjoin","privacy"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/payjoin-react-native","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Horus-Org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-09T09:55:41.000Z","updated_at":"2025-09-22T10:14:47.000Z","dependencies_parsed_at":"2024-10-28T11:18:47.461Z","dependency_job_id":"2f444987-a0f3-4f52-a555-244d302e29c9","html_url":"https://github.com/Horus-Org/payjoin-react-native","commit_stats":null,"previous_names":["horus-org/payjoin-react-native"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Horus-Org/payjoin-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fpayjoin-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fpayjoin-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fpayjoin-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fpayjoin-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Horus-Org","download_url":"https://codeload.github.com/Horus-Org/payjoin-react-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fpayjoin-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014524,"owners_count":26085536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","cryptography","lightning-network","payjoin","privacy"],"created_at":"2024-10-15T14:09:03.888Z","updated_at":"2025-10-13T09:31:55.160Z","avatar_url":"https://github.com/Horus-Org.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payjoin React Native\n\n⚠️**Beta Software**\n\n[![NPM version](https://img.shields.io/npm/v/payjoin-react-native.svg)](https://www.npmjs.com/package/payjoin-react-native)\n[![Bitcoin-only](https://img.shields.io/badge/bitcoin-only-FF9900?logo=bitcoin)](https://twentyone.world)\n\nReact Native Library to Payjoin\n\n## About\n\n**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. \n\nThe library is fully compatible with Bitcoin Core and other Bitcoin-compatible APIs, making it a versatile solution for integrating Payjoin into mobile applications.\n\n## Key Features\n\n- **Payjoin Protocol Integration**: Implements Payjoin (BIP-78) to enhance privacy by allowing input contributions from both parties in a transaction.\n- **Bitcoin Core Support**: Seamlessly integrates with Bitcoin Core nodes for transaction signing, broadcasting, and input/output management.\n- **API Compatibility**: Works with Bitcoin-compatible APIs for ease of setup and use without the need for running a full node.\n- **React Native Framework**: Built specifically for mobile platforms, leveraging React Native for cross-platform compatibility.\n- **Secure and Private**: Enhances privacy by obfuscating input ownership, protecting against blockchain analysis.\n- **Easy Setup and Configuration**: User-friendly API to connect and start performing Payjoin transactions with minimal setup.\n- **Android and iOS Support**: Supports both Android and iOS platforms, ensuring broad reach and compatibility.\n\n## Main Functions\n\n1. **Transaction Creation**: Easily create Bitcoin transactions with Payjoin support.\n2. **Input/Output Management**: Automatically handles UTXO selection for both payer and payee.\n3. **Broadcasting Transactions**: Broadcast completed Payjoin transactions to the Bitcoin network using Bitcoin Core or compatible APIs.\n4. **Payjoin Communication**: Establish communication between payer and payee using the Payjoin endpoint for seamless integration.\n5. **Bitcoin Core RPC Support**: Utilize Bitcoin Core’s RPC interface for advanced transaction handling, fee calculation, and more.\n6. **Compatibility with Bitcoin Services**: Connect with third-party Bitcoin APIs for non-full-node setups, providing flexibility for developers.\n\n## Installation\n\nInstructions for installing the package and integrating it into your React Native project will be added here.\n\n```npm\nnpm i payjoin-react-native\n```\nor\n\n```yarn\nyarn install payjoin-react-native\n```\n\n### Contributing\n\nContributions are welcome! If you would like to contribute to the project, please follow these guidelines:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Write tests for your changes.\n4. Submit a pull request with a description of your changes.\n\n### License\n\nThis project is licensed under the MIT License.\n\n## Wallets use PRN\n\n- [Firebolt Wallet](https://github.com/AreaLayer/firebolt-react-native)\n\n## Roadmap\n\n- [ ] Web support (PWA) by WASM\n- [ ] Fix bugs and issues with Klotin and Swift\n- [ ] Out of beta\n\n**Built independently with ❤️ to serve the Bitcoin community**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorus-org%2Fpayjoin-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorus-org%2Fpayjoin-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorus-org%2Fpayjoin-react-native/lists"}