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
- Host: GitHub
- URL: https://github.com/guerrerocarlos/bitcoin-wallet
- Owner: guerrerocarlos
- Created: 2013-01-28T22:31:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T22:38:26.000Z (over 12 years ago)
- Last Synced: 2025-01-07T18:33:00.226Z (5 months ago)
- Language: Java
- Size: 18.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`