All Projects → bitcoin-wallet → Bitcoin Wallet

bitcoin-wallet / Bitcoin Wallet

Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bitcoin Wallet

Bitcoinj
A library for working with Bitcoin
Stars: ✭ 4,162 (+55.76%)
Mutual labels:  blockchain, bitcoin, bitcoinj, segwit, bech32
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-94.99%)
Mutual labels:  blockchain, bitcoin, bitcoin-wallet, p2p
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-98.73%)
Mutual labels:  blockchain, bitcoin, bitcoin-wallet
Exonum
An extensible open-source framework for creating private/permissioned blockchain applications
Stars: ✭ 1,037 (-61.19%)
Mutual labels:  blockchain, bitcoin, p2p
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-93.26%)
Mutual labels:  blockchain, bitcoin, p2p
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+168.3%)
Mutual labels:  blockchain, bitcoin, p2p
Lnbook
Mastering the Lightning Network (LN)
Stars: ✭ 931 (-65.16%)
Mutual labels:  blockchain, bitcoin, p2p
Blockchain golang
Blockchain demo based on golang 基于golang编写的区块链公链demo
Stars: ✭ 80 (-97.01%)
Mutual labels:  blockchain, bitcoin, p2p
Ebookcoin
Ebookcoin has been updated to DDN Blockchain,please get it from https://github.com/ddnlink/ddn
Stars: ✭ 789 (-70.47%)
Mutual labels:  blockchain, bitcoin, p2p
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-95.58%)
Mutual labels:  blockchain, bitcoin, p2p
Golden Wallet React Native
Golden - Best Wallet Ever
Stars: ✭ 201 (-92.48%)
Mutual labels:  blockchain, bitcoin, bitcoin-wallet
Blockchain Java
A simplified blockchain implementation in Java
Stars: ✭ 160 (-94.01%)
Mutual labels:  blockchain, bitcoin, bitcoin-wallet
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (-59.21%)
Mutual labels:  blockchain, bitcoin, p2p
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-96.78%)
Mutual labels:  blockchain, bitcoin, p2p
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-94.69%)
Mutual labels:  blockchain, bitcoin, bitcoin-wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-93.82%)
Mutual labels:  blockchain, bitcoin, p2p
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (-93.19%)
Mutual labels:  blockchain, bitcoin
Axentro
To be the go to platform for building dApps quickly and cheaply for business and gaming
Stars: ✭ 181 (-93.23%)
Mutual labels:  blockchain, bitcoin
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (-93.15%)
Mutual labels:  blockchain, bitcoin
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-92.44%)
Mutual labels:  blockchain, bitcoin

BITCOIN WALLET

Welcome to Bitcoin Wallet, a standalone Bitcoin payment app for your Android device!

This project contains several sub-projects:

  • wallet: The Android app itself. This is probably what you're searching for.
  • market: App description and promo material for the Google Play app store.
  • integration-android: A tiny library for integrating Bitcoin payments into your own Android app (e.g. donations, in-app purchases).
  • sample-integration-android: A minimal example app to demonstrate integration of Bitcoin payments into your Android app.

PREREQUISITES FOR BUILDING

You'll need git, a Java 8 or 11 SDK and Gradle 4.4 (or later) for this. We'll assume Ubuntu 20.04 LTS (Focal Fossa) for the package installs, which comes with OpenJDK 8, OpenJDK 11 and Gradle 4.4.1 out of the box.

# first time only
sudo apt install git gradle openjdk-8-jdk

Create a directory for the Android SDK (e.g. android-sdk) and point the ANDROID_HOME variable to it.

Download the Android SDK Tools and unpack it to $ANDROID_HOME/.

Finally, the last preparative step is acquiring the source code. Again in your workspace, use:

# first time only
git clone -b master https://github.com/bitcoin-wallet/bitcoin-wallet.git bitcoin-wallet
cd bitcoin-wallet

BUILDING

You can build all sub-projects in all flavors at once using Gradle:

# each time
gradle clean build

For details about building the wallet see the specific README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].