This repository contains public part of BitRafael related code used in GENERAL BYTES products. More information about the products can be found here: http://www.generalbytes.com
All source code is released under GPL2.
Every commercial-grade bitcoin project needs a way how to retreive and send information from and to blockchain as quickly as possible.
Bitrafael is a server-side bitcoin blockchain information silo provider that provides JAVA or JSON API to communicate with blockchain.
- client - contains client code that can be used to communicate with BitRafael server.
- common - contains data transfer and API objects shared by server and client
- Example use of BitRafaelBTCClient is in ClientExample.java.
- The easiest way how to interface with API is to use BitRafaelBTCClient.
- Which API functions Bitrafael Server exposes can be read in IBitRafaelBitcoinAPI interface.
If you want to use this project on Android OS mare sure you:
-
- Use in your Android project different bitcoinj libraries.
-
- Add following sources to your Android project.
Just run the following command:
ant