Browse Source

doc: Add NBitcoin to bitcoinconsensus examples

0.13
Braydon Fuller 9 years ago
parent
commit
3361edd010
  1. 1
      doc/shared-libraries.md

1
doc/shared-libraries.md

@ -38,4 +38,5 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s @@ -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)

Loading…
Cancel
Save