AletheiaWareLLC / BCJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 96.0%Language:Shell 4.0%