dexX7 / java-libbitcoinconsensus

JNA binding and Java wrapper for libbitcoinconsensus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

JNA binding and Java wrapper for libbitcoinconsensus

License:Other


Languages

Language:Groovy 61.7%Language:Java 34.0%Language:Shell 4.3%