Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BlueWallet/BlueWallet
Bitcoin wallet for iOS & Android. Built with React Native
https://github.com/BlueWallet/BlueWallet
bitcoin bitcoinjs blockchain cryptocurrency react-native reactnative
Last synced: 1 day ago
JSON representation
Bitcoin wallet for iOS & Android. Built with React Native
- Host: GitHub
- URL: https://github.com/BlueWallet/BlueWallet
- Owner: BlueWallet
- License: mit
- Created: 2018-01-14T20:14:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:23:39.000Z (11 days ago)
- Last Synced: 2024-10-29T14:53:21.111Z (11 days ago)
- Topics: bitcoin, bitcoinjs, blockchain, cryptocurrency, react-native, reactnative
- Language: TypeScript
- Homepage: https://bluewallet.io
- Size: 197 MB
- Stars: 2,657
- Watchers: 87
- Forks: 803
- Open Issues: 374
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# BlueWallet - A Bitcoin & Lightning Wallet
[![GitHub tag](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/BlueWallet/BlueWallet/master/package.json&query=$.version&label=Version)](https://github.com/BlueWallet/BlueWallet)
[![CircleCI](https://circleci.com/gh/BlueWallet/BlueWallet.svg?style=svg)](https://circleci.com/gh/BlueWallet/BlueWallet)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![](https://img.shields.io/github/license/BlueWallet/BlueWallet.svg)Thin Bitcoin Wallet.
Built with React Native and Electrum.[![Appstore](https://bluewallet.io/uploads/app-store-badge-blue.svg)](https://itunes.apple.com/us/app/bluewallet-bitcoin-wallet/id1376878040?l=ru&ls=1&mt=8)
[![Playstore](https://bluewallet.io/uploads/play-store-badge-blue.svg)](https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet)Website: [bluewallet.io](https://bluewallet.io)
Community: [telegram group](https://t.me/bluewallet)
* Private keys never leave your device
* Lightning Network supported
* SegWit-first. Replace-By-Fee support
* Encryption. Plausible deniability
* And many more [features...](https://bluewallet.io/features)## BUILD & RUN IT
Please 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.
To view the version of Node and npm in your environment, run the following in your console:
```
node --version && npm --version
```* In your console:
```
git clone https://github.com/BlueWallet/BlueWallet.git
cd BlueWallet
npm install
```Please make sure that your console is running the most stable versions of npm and node (even-numbered versions).
* To run on Android:
You 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:
1. Download and run Android Studio
2. Click on "Open an existing Android Studio Project"
3. Open `build.gradle` file under `BlueWallet/android/` folder
4. Android Studio will take some time to set things up. Once everything is set up, go to `Tools` -> `AVD Manager`.
* π 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.
5. Click on "Create Virtual Device..." and go through the steps to create a virtual device
6. Launch your newly created virtual device by clicking the `Play` button under `Actions` columnOnce you connected an Android device or launched an emulator, run this:
```
npx react-native run-android
```The 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.
* To run on iOS:
```
npx pod-install
npm start
```In another terminal window within the BlueWallet folder:
```
npx react-native run-ios
```
**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.
*** To run on macOS using Mac Catalyst:
```
npx pod-install
npm start
```Open ios/BlueWallet.xcworkspace. Once the project loads, select the scheme/target BlueWallet. Click Run.
## TESTS
```bash
npm run test
```## LICENSE
MIT
## WANT TO CONTRIBUTE?
Grab 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 [email protected]
## Translations
We accept translations via [Transifex](https://www.transifex.com/bluewallet/bluewallet/)
To participate you need to:
1. Sign up to Transifex
2. Find BlueWallet project
3. Send join request
4. After we accept your request you will be able to start translating! That's it!Please 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}"`.
Transifex 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.
## Q&A
Builds automated and tested with BrowserStack
Bugs reported via BugSnag
## RESPONSIBLE DISCLOSURE
Found critical bugs/vulnerabilities? Please email them [email protected]
Thanks!