doc: Add NBitcoin to bitcoinconsensus examples

This commit is contained in:
Braydon Fuller 2015-07-15 08:40:18 -04:00
parent b1bac4ea49
commit 3361edd010

View file

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