{"id":26250566,"url":"https://github.com/nummusbtc/nummus-wallet","last_synced_at":"2025-04-24T03:12:20.108Z","repository":{"id":280888728,"uuid":"938994806","full_name":"NummusBTC/nummus-wallet","owner":"NummusBTC","description":"A Simple Bitcoin wallet for everyday transactions and secure self-custody","archived":false,"fork":false,"pushed_at":"2025-04-23T20:44:25.000Z","size":1811,"stargazers_count":2,"open_issues_count":60,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T03:11:57.569Z","etag":null,"topics":["bitcoin","btc","crypto","crypto-wallet","expo","lightning-network","mobile-app","mobile-wallet","react-native","typescript","wallet"],"latest_commit_sha":null,"homepage":"https://numm.us","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NummusBTC.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}},"created_at":"2025-02-25T20:29:16.000Z","updated_at":"2025-04-16T20:45:20.000Z","dependencies_parsed_at":"2025-03-05T21:48:12.898Z","dependency_job_id":"5af004d3-096e-4771-9393-e043b1a93145","html_url":"https://github.com/NummusBTC/nummus-wallet","commit_stats":null,"previous_names":["nummusbtc/nummus-wallet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NummusBTC%2Fnummus-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NummusBTC%2Fnummus-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NummusBTC%2Fnummus-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NummusBTC%2Fnummus-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NummusBTC","download_url":"https://codeload.github.com/NummusBTC/nummus-wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552077,"owners_count":21449165,"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","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","btc","crypto","crypto-wallet","expo","lightning-network","mobile-app","mobile-wallet","react-native","typescript","wallet"],"created_at":"2025-03-13T16:19:52.226Z","updated_at":"2025-04-24T03:12:20.083Z","avatar_url":"https://github.com/NummusBTC.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nummus Wallet\n\n[![Discord](https://img.shields.io/discord/1328209986324660264?color=7289DA\u0026label=Discord\u0026logo=discord\u0026logoColor=white)](https://discord.gg/ESu8yjhuGn)\n[![Twitch Status](https://img.shields.io/twitch/status/tristanBietsch?style=social)](https://www.twitch.tv/tristanBietsch)\n[![YouTube Channel](https://img.shields.io/youtube/channel/subscribers/UCV1axOOfemDa1PI-WgRkj7Q?style=social)](https://www.youtube.com/@TristanBietsch)\n[![Twitter Follow](https://img.shields.io/twitter/follow/NummusBTC?style=social)](https://twitter.com/NummusBTC)\n[![License](https://img.shields.io/github/license/NummusBTC/nummus-wallet)](LICENSE)\n[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/NummusBTC/nummus-wallet)\n[![GitHub issues](https://img.shields.io/github/issues/NummusBTC/nummus-wallet)](https://github.com/NummusBTC/nummus-wallet/issues)\n[![GitHub stars](https://img.shields.io/github/stars/NummusBTC/nummus-wallet)](https://github.com/NummusBTC/nummus-wallet/stargazers)\n\nNummus is a non-custodial Bitcoin wallet focused on providing users with full control over their Bitcoin transactions on the base layer. Our primary goal is to create a secure, user-friendly, and fully non-custodial wallet for managing Bitcoin.\n\n## Features\n\n- Bitcoin transaction management\n- Secure non-custodial architecture\n- Real-time price tracking\n- Secure wallet creation and backup\n- Transaction history\n- QR code sending and receiving\n- Fee estimation\n- Biometric authentication\n\n## Tech Stack\n\nNummus is built using the following technologies:\n\n- **React Native** - Cross-platform mobile app framework\n- **Expo** - React Native development platform\n- **TypeScript** - Statically typed JavaScript\n- **NativeWind/Tailwind CSS** - Utility-first CSS framework\n- **Gluestack UI** - UI component library\n- **Supabase** - Backend as a service platform\n- **Mempool.space API** - Bitcoin mempool data and fee estimation\n- **Bitcoin Development Kit (BDK)** - For Bitcoin wallet functionality\n- **Secure storage** - For sensitive wallet data\n- **Jest** - Testing framework\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v16 or later)\n- npm or yarn\n- Expo CLI\n\n### Installation\n\n1. Clone the repository:\n```\ngit clone https://github.com/nummusBtc/nummus-wallet.git\ncd nummus-wallet\n```\n\n2. Install dependencies:\n```\nnpm install\n```\n\n3. Start the development server:\n```\nnpm start\n```\n\n## Usage\n\n[Include basic usage instructions here]\n\n## Testing\n\nOur project uses Jest as the testing framework. You can run tests using the following commands:\n\n```bash\n# Run tests in watch mode (default)\nnpm test\n\n# or with yarn\nyarn test\n```\n\nThe test files are located in the `/tests` directory and use the `.test.tsx` extension. We utilize the following testing tools:\n\n- Jest with jest-expo preset\n- @testing-library/react-native for component testing\n- @testing-library/react-hooks for testing hooks\n\nWhen adding new features, please ensure you include appropriate tests to maintain code quality.\n\n## Contributing\n\nWe welcome contributions to Nummus Wallet! Please read our contribution guidelines before submitting a pull request.\n\n\n## Contact\n\n- Twitter: [@NummusBTC](https://twitter.com/NummusBTC)\n- Twitch: [tristanBietsch](https://www.twitch.tv/tristanBietsch)\n- YouTube: [Tristan Bietsch](https://www.youtube.com/@TristanBietsch)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnummusbtc%2Fnummus-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnummusbtc%2Fnummus-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnummusbtc%2Fnummus-wallet/lists"}