BCJava

This is a Java implementation of a blockchain using the BC data structures.

Setup

BCJava should be in the same parent directory as the following prerequisite projects;

AletheiaWareCommonJava
BC
JavaCommon

Protocol Buffers

cd <path/to/BC>
./build.sh --java_out=lite:<path/to/BCJava>/source/

Build

./build.sh