{"id":13617970,"url":"https://github.com/BlueWallet/BlueWallet","last_synced_at":"2025-04-14T10:30:48.965Z","repository":{"id":37462243,"uuid":"117463191","full_name":"BlueWallet/BlueWallet","owner":"BlueWallet","description":"Bitcoin wallet for iOS \u0026 Android. Built with React Native ","archived":false,"fork":false,"pushed_at":"2025-04-09T19:02:54.000Z","size":201621,"stargazers_count":2895,"open_issues_count":402,"forks_count":886,"subscribers_count":85,"default_branch":"master","last_synced_at":"2025-04-09T19:13:25.353Z","etag":null,"topics":["bitcoin","bitcoinjs","blockchain","cryptocurrency","react-native","reactnative"],"latest_commit_sha":null,"homepage":"https://bluewallet.io","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/BlueWallet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-14T20:14:02.000Z","updated_at":"2025-04-09T13:42:17.000Z","dependencies_parsed_at":"2024-05-03T10:49:15.292Z","dependency_job_id":"ea730b4e-17ec-45e0-8874-9f1cff2f1ebd","html_url":"https://github.com/BlueWallet/BlueWallet","commit_stats":{"total_commits":7250,"total_committers":115,"mean_commits":63.04347826086956,"dds":0.5841379310344827,"last_synced_commit":"2ae59ac12ef6f865996f3df39e830f0dc5d0ddf5"},"previous_names":[],"tags_count":168,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueWallet%2FBlueWallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueWallet%2FBlueWallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueWallet%2FBlueWallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueWallet%2FBlueWallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueWallet","download_url":"https://codeload.github.com/BlueWallet/BlueWallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862563,"owners_count":21173830,"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","bitcoinjs","blockchain","cryptocurrency","react-native","reactnative"],"created_at":"2024-08-01T20:01:51.782Z","updated_at":"2025-04-14T10:30:47.791Z","avatar_url":"https://github.com/BlueWallet.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","iOS Apps","By Industry","Lightning","React Native Project Showcase","Bitcoin Only","By Language"],"sub_categories":["iOS Finance","Blockchain","Wallets","Flutter SDK / Libraries","TypeScript"],"readme":"# BlueWallet - A Bitcoin \u0026 Lightning Wallet\n\n[![GitHub tag](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/BlueWallet/BlueWallet/master/package.json\u0026query=$.version\u0026label=Version)](https://github.com/BlueWallet/BlueWallet)\n[![CircleCI](https://circleci.com/gh/BlueWallet/BlueWallet.svg?style=svg)](https://circleci.com/gh/BlueWallet/BlueWallet)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![](https://img.shields.io/github/license/BlueWallet/BlueWallet.svg)\n\nThin Bitcoin Wallet.\nBuilt with React Native and Electrum.\n\n[![Appstore](https://bluewallet.io/uploads/app-store-badge-blue.svg)](https://itunes.apple.com/us/app/bluewallet-bitcoin-wallet/id1376878040?l=ru\u0026ls=1\u0026mt=8)\n[![Playstore](https://bluewallet.io/uploads/play-store-badge-blue.svg)](https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet)\n\nWebsite: [bluewallet.io](https://bluewallet.io)\n\nCommunity: [telegram group](https://t.me/bluewallet)\n\n* Private keys never leave your device\n* Lightning Network supported\n* SegWit-first. Replace-By-Fee support\n* Encryption. Plausible deniability\n* And many more [features...](https://bluewallet.io/features)\n\n\n\u003cimg src=\"https://i.imgur.com/hHYJnMj.png\" width=\"100%\"\u003e\n\n\n## BUILD \u0026 RUN IT\n\nPlease refer to the engines field in package.json file for the minimum required versions of Node and npm. It is preferred that you use an even-numbered version of Node as these are LTS versions.\n\nTo view the version of Node and npm in your environment, run the following in your console:\n\n```\nnode --version \u0026\u0026 npm --version\n```\n\n* In your console:\n\n```\ngit clone https://github.com/BlueWallet/BlueWallet.git\ncd BlueWallet\nnpm install\n```\n\nPlease make sure that your console is running the most stable versions of npm and node (even-numbered versions).\n\n* To run on Android:\n\nYou will now need to either connect an Android device to your computer or run an emulated Android device using AVD Manager which comes shipped with Android Studio. To run an emulator using AVD Manager:\n\n1. Download and run Android Studio\n2. Click on \"Open an existing Android Studio Project\"\n3. Open `build.gradle` file under `BlueWallet/android/` folder\n4. Android Studio will take some time to set things up. Once everything is set up, go to `Tools` -\u003e `AVD Manager`.\n    * 📝 This option [may take some time to appear in the menu](https://stackoverflow.com/questions/47173708/why-avd-manager-options-are-not-showing-in-android-studio) if you're opening the project in a freshly-installed version of Android Studio.\n5. Click on \"Create Virtual Device...\" and go through the steps to create a virtual device\n6. Launch your newly created virtual device by clicking the `Play` button under `Actions` column\n\nOnce you connected an Android device or launched an emulator, run this:\n\n```\nnpx react-native run-android\n```\n\nThe above command will build the app and install it. Once you launch the app it will take some time for all of the dependencies to load. Once everything loads up, you should have the built app running.\n\n* To run on iOS:\n\n```\nnpx pod-install\nnpm start\n```\n\nIn another terminal window within the BlueWallet folder:\n```\nnpx react-native run-ios\n```\n**To debug BlueWallet on the iOS Simulator, you must choose a Rosetta-compatible iOS Simulator. This can be done by navigating to the Product menu in Xcode, selecting Destination Architectures, and then opting for \"Show Both.\" This action will reveal the simulators that support Rosetta.\n**\n\n* To run on macOS using Mac Catalyst:\n\n```\nnpx pod-install\nnpm start\n```\n\nOpen ios/BlueWallet.xcworkspace. Once the project loads, select the scheme/target BlueWallet. Click Run.\n\n## TESTS\n\n```bash\nnpm run test\n```\n\n\n## LICENSE\n\nMIT\n\n## WANT TO CONTRIBUTE?\n\nGrab an issue from [the backlog](https://github.com/BlueWallet/BlueWallet/issues), try to start or submit a PR, any doubts we will try to guide you. Contributors have a private telegram group, request access by email bluewallet@bluewallet.io\n\n## Translations\n\nWe accept translations via [Transifex](https://www.transifex.com/bluewallet/bluewallet/)\n\nTo participate you need to:\n1. Sign up to Transifex\n2. Find BlueWallet project\n3. Send join request\n4. After we accept your request you will be able to start translating! That's it!\n\nPlease note the values in curly braces should not be translated. These are the names of the variables that will be inserted into the translated string. For example, the original string `\"{number} of {total}\"` in Russian will be `\"{number} из {total}\"`.\n\nTransifex automatically creates Pull Request when language reaches 100% translation. We also trigger this by hand before each release, so don't worry if you can't translate everything, every word counts.\n\n## Q\u0026A\n\nBuilds automated and tested with BrowserStack\n\n\u003ca href=\"https://www.browserstack.com/\"\u003e\u003cimg src=\"https://i.imgur.com/syscHCN.png\" width=\"160px\"\u003e\u003c/a\u003e\n\nBugs reported via BugSnag\n\n\u003ca href=\"https://www.bugsnag.com\"\u003e\u003cimg src=\"https://images.typeform.com/images/QKuaAssrFCq7/image/default\" width=\"160px\"\u003e\u003c/a\u003e\n\n\n## RESPONSIBLE DISCLOSURE\n\nFound critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io\nThanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlueWallet%2FBlueWallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlueWallet%2FBlueWallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlueWallet%2FBlueWallet/lists"}