aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBraydon Fuller <[email protected]>2015-07-15 08:40:18 -0400
committerBraydon Fuller <[email protected]>2015-07-15 08:40:18 -0400
commit3361edd01046aab137928d1e6e2468dbfc4b946e (patch)
tree656fa530f5b026721f38d675960b358b59b8d209
parentAdd description for bitcoinconsensus_ERR_OK (diff)
downloaddiscoin-3361edd01046aab137928d1e6e2468dbfc4b946e.tar.xz
discoin-3361edd01046aab137928d1e6e2468dbfc4b946e.zip
doc: Add NBitcoin to bitcoinconsensus examples
-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 4b8279e8a..1fc32112c 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)