diff options
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 4b8279e8a0..1fc32112ce 100644 --- a/doc/shared-libraries.md +++ b/doc/shared-libraries.md @@ -38,4 +38,5 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s - `bitcoinconsensus_ERR_DESERIALIZE` - An error deserializing `txTo` ### 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) |