diff options
author | dexX7 <dexx@bitwatch.co> | 2015-09-24 19:12:36 +0200 |
---|---|---|
committer | dexX7 <dexx@bitwatch.co> | 2015-09-24 19:12:36 +0200 |
commit | da47fe01668369ef518aa8e69f354507f5316d8c (patch) | |
tree | df71deacaad612a6f0806f9c85b2e71d219f1077 | |
parent | ef4945f2218789d521da81fa9348a85eaef24b6f (diff) |
Add java-libbitcoinconsensus as example to documentation
java-libbitcoinconsensus is a wrapper around libbitcoinconsensus, which
uses JNA to demonstrate a potential integration in Java.
-rw-r--r-- | doc/shared-libraries.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md index 1fc32112ce..f1448f7258 100644 --- a/doc/shared-libraries.md +++ b/doc/shared-libraries.md @@ -40,3 +40,4 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s ### Example Implementations - [NBitcoin](https://github.com/NicolasDorier/NBitcoin/blob/master/NBitcoin/Script.cs#L814) (.NET Bindings) - [node-libbitcoinconsensus](https://github.com/bitpay/node-libbitcoinconsensus) (Node.js Bindings) +- [java-libbitcoinconsensus](https://github.com/dexX7/java-libbitcoinconsensus) (Java Bindings) |