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 here is released under GPL2.
Every commercial-grade bitcoin project needs a way how to retreive and send information from 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 and examples that can be used to communicate with Bitrafael server.
- common - contains data transfer and API objects shared by server and client
- Best is to read examples of use of this API. List of examples use can be found here.
- Which API functions Bitrafael Server exposes can be read in IBitrafaelBitcoinAPI interface.
- There is also BIP32,29,44 compatible WalletTools utility class that simplifies work with deterministic wallets WalletTools.
Just run the following command:
./gradlew build