##Node.JS implementation of Zero-Knowledge Contingent Payment
This library contains the code necessary to create a scriptPubKey as described in The first successful Zero-Knowledge Contingent Payment.
See an example in example.js. Use as a module by requiring preimagebitcoin.js.
- Add method to generate the spend scriptSig.
- Add method to build the buyer transaction.
- Add method to build the seller final transaction.