Merge pull request #8 from kanzure/include-link-to-papers
authorMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:48:43 +0000 (19:48 -0700)
committerMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:48:43 +0000 (19:48 -0700)
Link to an archive of Bitcoin papers

index.html

index 7d7752706525c95597b5e7f3d95867198e067b9c..3c26f3fd3fc9fe2b99de4cc0799bc396c8146477 100644 (file)
@@ -39,6 +39,14 @@ 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/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>
+</ul>
+
 Edit this page at <a href="https://github.com/TheBlueMatt/bitcoinninja">https://github.com/TheBlueMatt/bitcoinninja</a>
 
 </body>