diff options
| author | dexX7 <[email protected]> | 2015-09-24 19:12:36 +0200 |
|---|---|---|
| committer | dexX7 <[email protected]> | 2015-09-24 19:12:36 +0200 |
| commit | da47fe01668369ef518aa8e69f354507f5316d8c (patch) | |
| tree | df71deacaad612a6f0806f9c85b2e71d219f1077 /doc | |
| parent | Merge pull request #6600 (diff) | |
| download | discoin-da47fe01668369ef518aa8e69f354507f5316d8c.tar.xz discoin-da47fe01668369ef518aa8e69f354507f5316d8c.zip | |
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')
| -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 1fc32112c..f1448f725 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) |