Bitcoin thin client for iOS & Android. Built with React Native
Go to file
GLaDOS 6139b3e716
Merge pull request #5851 from BlueWallet/renovate/bugsnag-js-monorepo
Update dependency @bugsnag/react-native to v7.22.2
2023-11-21 17:51:37 +00:00
__mocks__ REF: JS modules to TS 2023-10-23 12:12:11 -04:00
.bundle
.circleci
.github
.tx
android OPS: Update to Nav 6 (#5404) 2023-11-11 11:33:50 +00:00
blue_modules Update storage-context.js 2023-11-20 20:48:46 +00:00
class Merge pull request #5817 from BlueWallet/quickref 2023-11-12 14:58:22 +00:00
components FIX: Update drawer view for nav 6 (#5843) 2023-11-20 20:02:47 +00:00
fastlane/metadata/android/en-US
helpers REF: Camera Authorization Request 2023-10-17 09:35:10 -04:00
hooks FIX: Eliminate re-renders 2023-10-22 08:25:48 -04:00
img
ios FIX: Update drawer view for nav 6 (#5843) 2023-11-20 20:02:47 +00:00
loc FIX: Lightning wallet CSV export does not differentiate between paid and expired invoices #5835 2023-11-20 20:54:39 +00:00
models FIX: #5619 2023-10-26 08:44:35 -04:00
screen Update details.js 2023-11-20 20:54:39 +00:00
scripts OPS: Update to Nav 6 (#5404) 2023-11-11 11:33:50 +00:00
tests ADD: tool to generate last mnemonic word (#5722) 2023-11-02 17:16:11 +00:00
typings
windows
_editorconfig
.detoxrc.json TST: minor e2e refactor 2023-10-22 13:00:20 +01:00
.eslintrc
.gitignore Update .gitignore (#5822) 2023-11-13 13:41:03 +00:00
.npmrc
.ruby-version
.watchmanconfig
.xcode-env
App.js REF: Wallet Quick Actions code isolation 2023-11-11 12:56:54 -04:00
appcenter-post-build.sh
babel.config.js
BlueApp.js
BlueComponents.js REF: Extract BlueButton to Button.tsx 2023-11-15 04:40:22 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FAQ.md
Gemfile
Gemfile.lock chore(deps): update dependency activesupport to v6.1.7.5 [security] 2023-10-14 10:23:31 +00:00
index.js
LICENSE
metro.config.js
msbuild.binlog
Navigation.js FIX: Failing to open Camera Screen when Scanning to Import (iOS) #5831 2023-11-20 20:06:22 +00:00
NavigationService.js
package-lock.json Merge pull request #5851 from BlueWallet/renovate/bugsnag-js-monorepo 2023-11-21 17:51:37 +00:00
package.json Merge pull request #5851 from BlueWallet/renovate/bugsnag-js-monorepo 2023-11-21 17:51:37 +00:00
README.md
RELEASE.md
renovate.json
SECURITY.md
shim.js
tsconfig.json
UnlockWith.js REF 2023-10-20 11:10:50 -04:00
WatchConnectivity.ios.js FIX: Wrong Suite was being targetted 2023-11-02 21:59:14 -04:00
WatchConnectivity.js

BlueWallet - A Bitcoin & Lightning Wallet

GitHub tag CircleCI code style: prettier

Thin Bitcoin Wallet. Built with React Native and Electrum.

Appstore Playstore

Website: bluewallet.io

Community: telegram group

  • Private keys never leave your device
  • Lightning Network supported
  • SegWit-first. Replace-By-Fee support
  • Encryption. Plausible deniability
  • And many more 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.
  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 column

Once 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 run on macOS using Mac Catalyst:
npm run maccatalystpatches

Once the patches are applied, open Xcode and select "My Mac" as destination.

TESTS

npm run test

LICENSE

MIT

WANT TO CONTRIBUTE?

Grab an issue from the backlog, 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

Translations

We accept translations via Transifex

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 bluewallet@bluewallet.io Thanks!