Add bitcoin (closes #9)
authorMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:50:41 +0000 (19:50 -0700)
committerMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:50:41 +0000 (19:50 -0700)
index.html

index 3c26f3fd3fc9fe2b99de4cc0799bc396c8146477..c3aee7f5303d755d6e2e3abaf959fbc608e59ef6 100644 (file)
@@ -41,6 +41,7 @@ Papers of interest:
 
 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>