tybor / breadwallet-android

android SPV bitcoin wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ƀ breadwallet for Android

Get it on Google Play

bitcoin done right

This is the Android port of the breadwallet iOS app, which can be found here.

a completely standalone bitcoin wallet

Unlike many other bitcoin wallets, breadwallet is a real standalone bitcoin client. There is no server to get hacked or go down, so you can always access your money. Using SPV mode, breadwallet connects directly to the bitcoin network with the fast performance you need on a mobile device.

the next step in wallet security

breadwallet is designed to protect you from malware, browser security holes, even physical theft. With AES hardware encryption, app sandboxing, and verified boot, breadwallet represents a significant security advance over web and desktop wallets.

beautiful simplicity

Simplicity is breadwallet's core design principle. A simple backup phrase is all you need to restore your wallet on another device if yours is ever lost or broken. Because breadwallet is deterministic, your balance and transaction history can be recovered from just your backup phrase.

features

Development setup

  1. Clone the repo: git clone git@github.com:breadwallet/breadwallet-android.git
  2. Open breadwallet-android in IntelliJ IDEA or Android Studio
  3. Click Build > Build Project

Advanced setup

Blockset Client Token

The Blockset client token can be set in gradle.properties or by using -PBDB_CLIENT_TOKEN="<client token>". A default token is available for testing.

Firebase

To enable Firebase services like Crashlytics, add the google-services.json file into the app directory. Without this file, runtime Firebase dependencies are still used but do not start and the Google Services gradle plugin is disabled so builds will succeed.

About

android SPV bitcoin wallet

License:MIT License


Languages

Language:Kotlin 68.5%Language:Java 30.7%Language:HTML 0.6%Language:Ruby 0.2%