aboutsummaryrefslogtreecommitdiff
path: root/doc/shared-libraries.md
diff options
context:
space:
mode:
authorBraydon Fuller <braydon@bitpay.com>2015-07-15 08:40:18 -0400
committerBraydon Fuller <braydon@bitpay.com>2015-07-15 08:40:18 -0400
commit3361edd01046aab137928d1e6e2468dbfc4b946e (patch)
tree656fa530f5b026721f38d675960b358b59b8d209 /doc/shared-libraries.md
parentb1bac4ea495a16dc0661fcf1af90ff70191f8e74 (diff)
downloadbitcoin-3361edd01046aab137928d1e6e2468dbfc4b946e.tar.xz
doc: Add NBitcoin to bitcoinconsensus examples
Diffstat (limited to 'doc/shared-libraries.md')
-rw-r--r--doc/shared-libraries.md1
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)