From 704ce2425d6180b28ac09cfc966f1adea22bd85d Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 22 Jan 2017 03:43:01 -0500 Subject: [PATCH] add example coins to applications --- index.html | 42 +++++++++++++++++++++++++++++++++++++----- styles/blockchain.css | 6 +++--- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3fe0c83..3286693 100644 --- a/index.html +++ b/index.html @@ -386,37 +386,69 @@

Money

+ + +
-
Blockchains are pretty great as money. Bitcoin specifically is only anonymous, not fully private, but there are ways to improve that. Blockchains' value as money is at the heart of its incentives. Private blockchains that don't try to be money face serious challenges.
+
Blockchains are pretty great as money. Bitcoin specifically is only anonymous, not fully private, but there are ways to improve that. Blockchains' value as money is at the heart of their incentives. Private blockchains that don't try to be money face serious challenges.

Verifiable Data

+
+ + + + + + +
Embedding a hash in the blockchain demonstrates an item's existence at point in the past. + + (Bitcoin, Factoids, Sia, Maidsafe, Storj, NXT)

Identity

+
+ +
DNS + + (Namecoin)

Digital Assets

-
Instead of monetary value, we can treat blockchain tokens as deeds, and use the blockchain as a decentralized register of ownership.
+
+ + + +
+
Instead of monetary value, we can treat blockchain tokens as deeds, and use the blockchain as a decentralized register of ownership. + + (Bitcoin, LBRY, NXT) +

Smart Contracts

+
+ + +
We can attach scripts to blockchain tokens, and the network will execute the script to find out who the money belongs to. This enables the creation of self-executing contracts and complicated financial arrangements. + (Ethereum, Counterparty)

Further reading:

-
@@ -430,10 +462,10 @@
  • Institute for Money, Technology and Financial Inclusion, Flickr
  • Australian DFAT photo library, Flickr
  • -
  • cheeseslave, Flickr
  • +
  • based on image by cheeseslave, Flickr
  • Jean-François Gornet, Flickr
  • Emoji art supplied by EmojiOne
  • -
  • Cryptocurrency icons by Bohdat, Github
  • +
  • Cryptocurrency icons by Allienworks
  • diff --git a/styles/blockchain.css b/styles/blockchain.css index 4b54bf2..ba588d4 100644 --- a/styles/blockchain.css +++ b/styles/blockchain.css @@ -60,7 +60,7 @@ table.yesnomaybe .maybe { margin-top: 0.5em; } -.coins > img { - height: 1.5em; - width: auto; +.coins > i { + display: inline-block; + font-size: 1.5em; }