You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Overtorment 3271dc8900 Revert "FIX: Replace schema with empty string" 6 years ago
.circleci Feature/legacywallet (#10) 7 years ago
android Fixes 6 years ago
bip38 fixed bip38 7 years ago
bip70 Development (#103) 6 years ago
class Revert "FIX: Replace schema with empty string" 6 years ago
img Eject (#126) 6 years ago
ios Upgraded dependencies. 6 years ago
loc FIX: Fixed spacing for RBF button 6 years ago
models ADD: Cache network fees 6 years ago
patches OPS: fixed patch for latest react 6 years ago
screen Revert "FIX: Replace schema with empty string" 6 years ago
tests/unit FIX: TX with extra small change output throws dust error 6 years ago
.babelrc REF: lapp-browser; OPS: build refactor 6 years ago
.buckconfig REF: lapp-browser; OPS: build refactor 6 years ago
.eslintrc Development (#103) 6 years ago
.flowconfig FIX: If slider value < 1, force it to 1. 6 years ago
.gitattributes REF: lapp-browser; OPS: build refactor 6 years ago
.gitignore Fixes 6 years ago
.watchmanconfig REF: lapp-browser; OPS: build refactor 6 years ago
App.js ADD: Created BlueAddressInput 6 years ago
App.test.js ADD: Created BlueCopyTextToClipboard 6 years ago
App2.test.js ADD: Created BlueCopyTextToClipboard 6 years ago
BlueApp.js REF: start transition to Electrum server 6 years ago
BlueComponents.js Fixes 6 years ago
BlueElectrum.js REF: start transition to Electrum server 6 years ago
Electrum.test.js REF: start transition to Electrum server 6 years ago
HDWallet.test.js REF: start transition to Electrum server 6 years ago
LICENSE Initial commit 7 years ago
LightningCustodianWallet.test.js TST: ln wallet vuln 6 years ago
Loc.test.js REF: brush up localizations 6 years ago
MainBottomTabs.js OPS: Upgraded webview 6 years ago
MockStorage.js REF: prettier 140 chars 6 years ago
NavigationService.js Removed comments 6 years ago
README.md Update README.md 6 years ago
analytics.js resolved conflict after reverting 6cebdebf01290c6edc5baaf19e40744476a60197 6 years ago
app.json REF: lapp-browser; OPS: build refactor 6 years ago
babel.config.js FIX: Many layout bug fixes. 6 years ago
currency.js FIX: Fixed an issue in currency settings where the checkmark wouldn't be in the correct preference 6 years ago
encryption.js plausible deniability 7 years ago
events.js ADD: Created BlueAddressInput 6 years ago
help.txt Eject (#126) 6 years ago
index.js ADD: Create BlueTransactionListItem 6 years ago
package-lock.json Revert "FIX: Replace schema with empty string" 6 years ago
package.json Revert "FIX: Replace schema with empty string" 6 years ago
prompt.js ADD: pay zero-amount (tip) invoices 6 years ago
release-notes.json OPS: Upgraded webview 6 years ago
release-notes.sh OPS 6 years ago
release-notes.txt OPS: Upgraded webview 6 years ago
security-alert.js Eject (#126) 6 years ago
shim.js REF: start transition to Electrum server 6 years ago
up-build-number.js TST 7 years ago
up-build-number.sh OPS 6 years ago

README.md

BlueWallet - A Bitcoin & Lightning Wallet

GitHub tag CircleCI code style: prettier

Thin Bitcoin Wallet. Built with React Native and BlockCypher API.

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...

Beta version, do not use to store large amounts!

BUILD & RUN IT

  • In your console:
git clone https://github.com/BlueWallet/BlueWallet.git
cd BlueWallet
npm install
npm start android

TESTS

npm run test

MOTIVATION TO BUILD IT

I was not satisfied with existing iOS Bitcoin apps, especially with BreadWallet (the one I mainly used) where development stalled and they could not even deliver such features as SegWit, RBF and custom fees (at the times where custom fees were especially needed). So I knew I could create one to use myself and let others use it. I had experience with awesome bitcoin-js lib (javascript), and since I dont own any Macs, don't plan to and not going to learn ObjC/Swift - ReactNative (where you also write in javascript) was an obvious choice.

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.

Join us at our telegram group where we hangout 👍

Responsible disclosure

Found critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io Thanks!