Browse Source

Merge pull request #6721

da47fe0 Add java-libbitcoinconsensus as example to documentation (dexX7)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
35365321f3
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      doc/shared-libraries.md

1
doc/shared-libraries.md

@ -40,3 +40,4 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
### Example Implementations ### Example Implementations
- [NBitcoin](https://github.com/NicolasDorier/NBitcoin/blob/master/NBitcoin/Script.cs#L814) (.NET Bindings) - [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) - [node-libbitcoinconsensus](https://github.com/bitpay/node-libbitcoinconsensus) (Node.js Bindings)
- [java-libbitcoinconsensus](https://github.com/dexX7/java-libbitcoinconsensus) (Java Bindings)

Loading…
Cancel
Save