Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 908 Bytes

README.adoc

File metadata and controls

32 lines (16 loc) · 908 Bytes

java-libbitcoinconsensus

Build Status

A JNA binding and Java wrapper for libbitcoinconsensus.

See the Javadoc for an overview of this project.

Warning
This software is EXPERIMENTAL software. USE AT YOUR OWN RISK.

Setup

git clone https://github.com/dexX7/java-libbitcoinconsensus.git
cd java-libbitcoinconsensus/

Building

./gradlew build

Testing

./gradlew test
Note
libbitcoinconsensus must be available in the class path or as system library.

Platform Notes

Mac OS X

On Mac OS X you can put libbitcoinconsensus.dylib in src/main/resources/.