
bccapi
Introduction
The BCCAPI (BitCoin Client API) allows you to create a light-weight secure Bitcoin client in Java for sending and receiving Bitcoins. The BCCAPI connects to a server that holds the block chain, and which tracks the client’s wallet balance on the clients behalf. The server only has knowledge of the clients public keys, and is in no position to spend funds owned by the client’s wallet. More information on the What is the BCCAPI wiki.
Status
- The Android app BitcoinSpinner has been launched. It is built on top of the BCCAPI, and has received impressive feedback from the community.
- The BCCAPI is currently being beta tested. You can help by:
- Giving feedback.
- Testing the SimpleClient which is built on top of the BCCAPI. (open source as well)
- Reviewing the code and validating that it is in fact not evil and trying to rip you off.
- Make a client for you favorite java enabled device. The BCCAPI makes this pretty straightforward.
- Two BCCAPI servers are running at Rackspace, one for the Bitcoin test network and one for the Bitcoin production network.
Questions or Comments
Drop me a note: jan.moller@gmail.com
Donations Accepted
If you want to support the BCCAPI please send donations to: 14VWYvbHd4R7oTFS8kEfoWZFTzbedDgwKg
Or simply use this QR code and donate using BitcoinSpinner
Project Information
The project was created on Jul 29, 2011.
- License: Apache License 2.0
- 23 stars
- svn-based source control