aboutsummaryrefslogtreecommitdiff
path: root/doc/shared-libraries.md
diff options
context:
space:
mode:
authordexX7 <dexx@bitwatch.co>2015-09-24 19:12:36 +0200
committerdexX7 <dexx@bitwatch.co>2015-09-24 19:12:36 +0200
commitda47fe01668369ef518aa8e69f354507f5316d8c (patch)
treedf71deacaad612a6f0806f9c85b2e71d219f1077 /doc/shared-libraries.md
parentef4945f2218789d521da81fa9348a85eaef24b6f (diff)
downloadbitcoin-da47fe01668369ef518aa8e69f354507f5316d8c.tar.xz
Add java-libbitcoinconsensus as example to documentation
java-libbitcoinconsensus is a wrapper around libbitcoinconsensus, which uses JNA to demonstrate a potential integration in Java.
Diffstat (limited to 'doc/shared-libraries.md')
-rw-r--r--doc/shared-libraries.md1
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)