Add java-libbitcoinconsensus as example to documentation

java-libbitcoinconsensus is a wrapper around libbitcoinconsensus, which
uses JNA to demonstrate a potential integration in Java.
This commit is contained in:
dexX7 2015-09-24 19:12:36 +02:00
parent ef4945f221
commit da47fe0166
No known key found for this signature in database
GPG Key ID: 7675E31CF5719832
1 changed files with 1 additions and 0 deletions

View File

@ -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)