Lighthouse (closes #13)
[bitcoinninja] / index.html
index 7d7752706525c95597b5e7f3d95867198e067b9c..fe094733ff22384a62bc0a5bb99da170e9c4e037 100644 (file)
@@ -39,6 +39,16 @@ Papers of interest:
 <li><a href="secp256k1.ecdsa.sage">ECDSA with secp256k1</a></li>
 </ul>
 
+Implementations of cool things:
+<ul>
+<li><a href="https://github.com/bitcoin/bitcoin">The one that started it all</a></li>
+<li><a href="https://github.com/unsystem/paypub">PayPub: Trustless payments for information publishing on Bitcoin</a></li>
+<li><a href="https://github.com/zw/PoLtree/">proving Bitcoin liabilities, in Clojure.</a> or <a href="https://github.com/olalonde/proof-of-liabilities">Proof of Liabilities, in JavaScript</a></li>
+<li><a href="https://github.com/petertodd/timelock">Create a secret key that can be decrypted in a known amount of time using parallel-serial hash chains.</a></li>
+<li><a href="https://github.com/Blockstream/contracthashtool">Pay to Contract Hash calculator</a></li>
+<li><a href="https://github.com/vinumeris/lighthouse/blob/master/docs/Design%20doc.md">Lighthouse - simple SIGHASH_ANYONECANPAY multi-party payments</a></li>
+</ul>
+
 Edit this page at <a href="https://github.com/TheBlueMatt/bitcoinninja">https://github.com/TheBlueMatt/bitcoinninja</a>
 
 </body>