{"id":14906158,"url":"https://github.com/Horus-Org/bip-353-lib","last_synced_at":"2025-09-22T20:31:14.640Z","repository":{"id":257789425,"uuid":"860410859","full_name":"Horus-Org/bip-353-lib","owner":"Horus-Org","description":"React Native for BIP-353 (DNS Payments)","archived":false,"fork":false,"pushed_at":"2025-09-22T10:16:07.000Z","size":597,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T12:09:34.325Z","etag":null,"topics":["bip-353","bitcoin","bolt12","dns","dns-server","lightning-network"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/bip-353-lib","language":"JavaScript","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-09-20T11:39:38.000Z","updated_at":"2025-09-22T10:15:36.000Z","dependencies_parsed_at":"2024-12-10T10:19:19.810Z","dependency_job_id":"e716489c-9967-464c-94ca-89af4a695c26","html_url":"https://github.com/Horus-Org/bip-353-lib","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":"0.31818181818181823","last_synced_commit":"b5519112cc2f92095a376dd9b5290b575a7b767c"},"previous_names":["horus-org/bip-353-lib"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Horus-Org/bip-353-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fbip-353-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fbip-353-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fbip-353-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fbip-353-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Horus-Org","download_url":"https://codeload.github.com/Horus-Org/bip-353-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horus-Org%2Fbip-353-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276468662,"owners_count":25647965,"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-09-22T02:00:08.972Z","response_time":79,"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":["bip-353","bitcoin","bolt12","dns","dns-server","lightning-network"],"created_at":"2024-09-22T15:01:16.536Z","updated_at":"2025-09-22T20:31:14.634Z","avatar_url":"https://github.com/Horus-Org.png","language":"JavaScript","funding_links":[],"categories":["Ecosystem"],"sub_categories":["Projects"],"readme":"# BIP 353 React Native ⚡\n\n[![NPM version](https://img.shields.io/npm/v/bip-353-lib.svg)](https://npmjs.org/package/bip-353-lib)\n[![Bitcoin-only](https://img.shields.io/badge/bitcoin-only-FF9900?logo=bitcoin)](https://twentyone.world)\n[![LN](https://img.shields.io/badge/lightning-792EE5?logo=lightning)](https://mempool.space/lightning)\n\n⚠️**Alpha Software**\n\n\u003eReact Native for BIP-353 (DNS Payments)\n\n### About\n\n### BIP-353 React Native\n\nBIP-353 introduces a new standard for Bitcoin addresses that enhances privacy and usability by enabling native support for Address Reuse. This project is a React Native implementation aimed at providing developers with an easy-to-use library for integrating BIP-353 functionality into mobile applications.\n\n### Key Features\n\n- **Native Support**: Seamlessly integrate BIP-353 address generation and management within your React Native application.\n- **Privacy Focused**: Leverage the address reuse functionality to enhance user privacy while interacting with the Bitcoin network.\n- **Easy Integration**: Designed for simplicity, allowing developers to quickly set up and start using BIP-353 without extensive modifications to their existing codebase.\n- **Cross-Platform Compatibility**: Fully compatible with both iOS and Android, ensuring a consistent user experience across platforms.\n- **Comprehensive Documentation**: Detailed guides and examples to help you get started and make the most of the BIP-353 implementation.\n\n### Installation\n\nTo install the BIP-353 library, use npm or yarn:\n\n```bash\nnpm install bip-353-react-native\n```\nor\n\n```bash\nyarn add bip-353-react-native\n```\n\n### Usage\n\nHere's a simple example of how to use the BIP-353 library in your React Native application:\n\n```javascript\nimport { generateAddress } from 'bip-353-react-native';\n\n// Generate a new BIP-353 address\nconst newAddress = generateAddress();\nconsole.log(`New BIP-353 Address: ${newAddress}`);\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---\n\n## Roamdmap\n\n- [ ] Beta software\n- [ ] Out of beta","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHorus-Org%2Fbip-353-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHorus-Org%2Fbip-353-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHorus-Org%2Fbip-353-lib/lists"}