Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.01 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.01 KB

BitRafael Public Repository

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.

Overview

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.

Content

  • 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

Notes

Android

If you want to use this project on Android OS mare sure you:

    1. Use in your Android project different bitcoinj libraries.
    1. Add following sources to your Android project.

Build information

Just run the following command:

ant