An open API service indexing awesome lists of open source software.

https://github.com/guerrerocarlos/bitcoin-wallet

http://code.google.com/p/bitcoin-wallet
https://github.com/guerrerocarlos/bitcoin-wallet

Last synced: 4 months ago
JSON representation

http://code.google.com/p/bitcoin-wallet

Awesome Lists containing this project

README

        

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.

You can build all sub-projects at once using Maven:

`mvn clean install`