diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-09-25 15:53:05 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-09-25 15:53:52 +0200 |
| commit | 35365321f38cdffe1107c01faea54bdaae525936 (patch) | |
| tree | d5d98578140a5f652e8ba51920756347f4dcfe83 | |
| parent | Merge pull request #6664 (diff) | |
| parent | Add java-libbitcoinconsensus as example to documentation (diff) | |
| download | discoin-35365321f38cdffe1107c01faea54bdaae525936.tar.xz discoin-35365321f38cdffe1107c01faea54bdaae525936.zip | |
Merge pull request #6721
da47fe0 Add java-libbitcoinconsensus as example to documentation (dexX7)
| -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) |