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.
 
 
 
James MacWhyte dc5e88f152 Merge branch 'james/fixes' into 'master' 7 years ago
.idea remove hardcoded strings throughout the app 7 years ago
app fixed messed up wordlists 7 years ago
gradle/wrapper migrate to Gradle 3.0.0 7 years ago
images Updated README 8 years ago
.gitignore update translations and create screenshot automated tool 7 years ago
.gitmodules submodule url updates 8 years ago
LICENSE Initial commit 9 years ago
README.md Updated README 8 years ago
build.gradle update gradle, add more tests 7 years ago
gradlew The initial commit. 9 years ago
gradlew.bat The initial commit. 9 years ago
import-summary.txt The initial commit. 9 years ago
settings.gradle request fix, and lots more 9 years ago
trusted_roots_ICS.txt Payment Request Parse 9 years ago

README.md

ƀ breadwallet for Android

[download] (https://play.google.com/store/apps/details?id=com.breadwallet)

###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:

##How to set up the development environment:

  1. Download and install Java 7 or up
  2. Download and Install the latest Android studio
  3. Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in android studio by "choosing the NDK" and press "download"
  4. Go to https://github.com/breadwallet/breadwallet-android and clone or download the project
  5. Open the project with Android Studio and let the project sync
  6. Go to SDK Manager and download all the SDK Platforms and SDK Tools
  7. Initialize the submodules - git submodule init
  8. Update the submodules - git submodule update
  9. Build -> Rebuild Project