Add software section
authorMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:48:33 +0000 (19:48 -0700)
committerMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:48:33 +0000 (19:48 -0700)
index.html

index 07d5dc8d592b5e7748a1c044ee57d315ffa08cfb..52c0add11672fa1f9900cfade65ccd0205535ee6 100644 (file)
@@ -38,6 +38,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>