Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 54f9b0c

Browse files
authored
Update Chapter 1 (#73)
* Added Video to the sections that contained a video Signed-off-by: Tracy Kuhrt <tkuhrt@linuxfoundation.org>
1 parent afe8418 commit 54f9b0c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

LFS171x/docs/discovering-blockchain-technologies.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@
66
- [Distributed Ledger Technology (DLT)](#distributed-ledger-technology-dlt)
77
- [Background - The Rising Interest in Distributed Ledger Technologies](#background-the-rising-interest-in-distributed-ledger-technologies)
88
- [Distributed Ledger Technology (DLT)](#distributed-ledger-technology-dlt)
9-
- [Blockchain Technology (Robert Schwentker)](#blockchain-technology-robert-schwentker)
9+
- [Video: Blockchain Technology (Robert Schwentker)](#video-blockchain-technology-robert-schwentker)
1010
- [Blockchains](#blockchains)
11-
- [The Difference between DLT and Blockchains (Brian Behlendorf)](#the-difference-between-dlt-and-blockchains-brian-behlendorf)
11+
- [Video: The Difference between DLT and Blockchains (Brian Behlendorf)](#video-the-difference-between-dlt-and-blockchains-brian-behlendorf)
1212
- [Blockchains (Continued)](#blockchains-continued)
1313
- [Merkle Tree](#merkle-tree)
14-
- [What Is a Blockchain? (Dave Huseby)](#what-is-a-blockchain-dave-huseby)
14+
- [Video: What Is a Blockchain? (Dave Huseby)](#video-what-is-a-blockchain-dave-huseby)
1515
- [Transactions](#transactions)
1616
- [Differences between Blockchains and Databases](#differences-between-blockchains-and-databases)
1717
- [Types of Blockchains](#types-of-blockchains)
1818
- [Peer-to-Peer Network Architecture](#peer-to-peer-network-architecture)
19-
- [Peer-to-Peer Networks (Robert Schwentker)](#peer-to-peer-networks-robert-schwentker)
19+
- [Video: Peer-to-Peer Networks (Robert Schwentker)](#video-peer-to-peer-networks-robert-schwentker)
2020
- [Immutability of Data](#immutability-of-data)
2121
- [Blockchain Applications](#blockchain-applications)
2222
- [Smart Contracts](#smart-contracts)
23-
- [Smart Contracts (Robert Schwentker)](#smart-contracts-robert-schwentker)
23+
- [Video: Smart Contracts (Robert Schwentker)](#video-smart-contracts-robert-schwentker)
2424
- [Bitcoin and Ethereum Blockchains](#bitcoin-and-ethereum-blockchains)
2525
- [Bitcoin - A Popular Blockchain Deployment](#bitcoin-a-popular-blockchain-deployment)
26-
- [Bitcoin and Ethereum (Robert Schwentker)](#bitcoin-and-ethereum-robert-schwentker)
26+
- [Video: Bitcoin and Ethereum (Robert Schwentker)](#video-bitcoin-and-ethereum-robert-schwentker)
2727
- [Bitcoin and Cryptoeconomics](#bitcoin-and-cryptoeconomics)
2828
- [Ethereum - An Alternative to Bitcoin](#ethereum-an-alternative-to-bitcoin)
29-
- [Ethereum (Robert Schwentker)](#ethereum-robert-schwentker)
29+
- [Video: Ethereum (Robert Schwentker)](#video-ethereum-robert-schwentker)
3030
- [Dapps](#dapps)
3131
- [Ethereum Smart Contracts](#ethereum-smart-contracts)
3232
- [Exploring Permissionless Blockchains](#exploring-permissionless-blockchains)
33-
- [Exploring Bitcoin and Ethereum Blockchains](#exploring-bitcoin-and-ethereum-blockchains)
33+
- [Video: Exploring Bitcoin and Ethereum Blockchains](#video-exploring-bitcoin-and-ethereum-blockchains)
3434
- ['Certifying' a Document](#certifying-a-document)
35-
- ['Certifying' a Document onto Blockchains Using stamp.io](#certifying-a-document-onto-blockchains-using-stampio)
35+
- [Video: 'Certifying' a Document onto Blockchains Using stamp.io](#video-certifying-a-document-onto-blockchains-using-stampio)
3636
- [Consensus Algorithms](#consensus-algorithms)
3737
- [Proof of Work (PoW)](#proof-of-work-pow)
3838
- [Proof of Stake (PoS)](#proof-of-stake-pos)
@@ -41,12 +41,12 @@
4141
- [Proof of Authority (PoA)](#proof-of-authority-poa)
4242
- [Comparing Permissioned Consensus Approaches and Standard PoW](#comparing-permissioned-consensus-approaches-and-standard-pow)
4343
- [Hyperledger](#hyperledger)
44-
- [Hyperledger (Robert Schwentker)](#hyperledger-robert-schwentker)
44+
- [Video: Hyperledger (Robert Schwentker)](#video-hyperledger-robert-schwentker)
4545
- [Hyperledger Blockchains: Permissioned or Permissionless?](#hyperledger-blockchains-permissioned-or-permissionless)
4646
- [Advantages of Using a Permissioned Blockchain over a Permissionless Blockchain](#advantages-of-using-a-permissioned-blockchain-over-a-permissionless-blockchain)
47-
- [Hyperledger vs. Other Permissioned Ledgers (Brian Behlendorf)](#hyperledger-vs-other-permissioned-ledgers-brian-behlendorf)
47+
- [Video: Hyperledger vs. Other Permissioned Ledgers (Brian Behlendorf)](#video-hyperledger-vs-other-permissioned-ledgers-brian-behlendorf)
4848
- [Other Open Source Permissioned Distributed Ledgers](#other-open-source-permissioned-distributed-ledgers)
49-
- [Other Distributed Ledger Technologies (Robert Schwentker)](#other-distributed-ledger-technologies-robert-schwentker)
49+
- [Video: Other Distributed Ledger Technologies (Robert Schwentker)](#video-other-distributed-ledger-technologies-robert-schwentker)
5050
- [Chain Core](#chain-core)
5151
- [Corda](#corda)
5252
- [Quorum](#quorum)
@@ -110,7 +110,7 @@ In summary, distributed ledger technology generally consists of [three basic com
110110
* A **language of transactions** that changes the ledger state
111111
* A **protocol** used to build consensus among participants around which transactions will be accepted, and in what order, by the ledger.
112112

113-
## Blockchain Technology (Robert Schwentker)
113+
## Video: Blockchain Technology (Robert Schwentker)
114114

115115
[![Blockchain Technology (Robert Schwentker)](../images/video-image.png)](https://youtu.be/wphKFa62pho)
116116

@@ -123,7 +123,7 @@ According to [hyperledger.org](https://www.hyperledger.org),
123123

124124
**Consensus** refers to a system of ensuring that parties agree to a certain state of the system as the true state.
125125

126-
## The Difference between DLT and Blockchains (Brian Behlendorf)
126+
## Video: The Difference between DLT and Blockchains (Brian Behlendorf)
127127

128128
[![The Difference between DLT and Blockchains (Brian Behlendorf)](../images/video-image.png)](https://youtu.be/02IAHzvCh34)
129129

@@ -152,7 +152,7 @@ The Merkle tree, also known as a binary hash tree, is a data structure that is u
152152

153153
For an in-depth discussion on Merkle trees, see: http://chimera.labs.oreilly.com/books/1234000001802/ch07.html#_structure_of_a_block.
154154

155-
## What Is a Blockchain? (Dave Huseby)
155+
## Video: What Is a Blockchain? (Dave Huseby)
156156

157157
[![What Is a Blockchain? (Dave Huseby)](../images/video-image.png)](https://youtu.be/31Uyf0uKFK8)
158158

@@ -201,7 +201,7 @@ Permissionless P2P systems do not require a set amount of peers to be online and
201201
|:--:|
202202
|*Licensed under [CC By 4.0](https://creativecommons.org/licenses/by/4.0/)*|
203203

204-
## Peer-to-Peer Networks (Robert Schwentker)
204+
## Video: Peer-to-Peer Networks (Robert Schwentker)
205205

206206
[![Peer-to-Peer Networks (Robert Schwentker)](../images/video-image.png)](https://youtu.be/Yv8YWmKEBlk)
207207

@@ -238,7 +238,7 @@ For more details about blockchain applications, you can refer to Daniel Palmer's
238238
|:--:|
239239
|*Licensed under [CC By 4.0](https://creativecommons.org/licenses/by/4.0/)*|
240240

241-
## Smart Contracts (Robert Schwentker)
241+
## Video: Smart Contracts (Robert Schwentker)
242242

243243
[![Smart Contracts (Robert Schwentker)](../images/video-image.png)](https://youtu.be/hz_yy9N3Eh0)
244244

@@ -256,7 +256,7 @@ According to the [Coin Market Capitalizations website](https://coinmarketcap.com
256256

257257
According to [AngelList](https://angel.co/blockchains), more than one thousand startups have been created to leverage Bitcoin and blockchain-related technologies since the inception of the Bitcoin payment system. Hundreds of large companies, and dozens of governments and universities have become actively involved in researching, testing, and prototyping blockchain protocols, platforms, and applications. In particular, the financial services sector has been actively investing in exploring wider applications of distributed ledger technologies (of which, blockchain is a subset) since late 2015.
258258

259-
## Bitcoin and Ethereum (Robert Schwentker)
259+
## Video: Bitcoin and Ethereum (Robert Schwentker)
260260

261261
[![Bitcoin and Ethereum (Robert Schwentker)](../images/video-image.png)](https://youtu.be/6AulVTv2hlo)
262262

@@ -293,7 +293,7 @@ As of October 2017, Ethereum had a [market cap](https://coinmarketcap.com/curren
293293

294294
As the second best known public blockchain after the Bitcoin blockchain, Ethereum has ushered in an era of unprecedented activity around blockchain and distributed ledger technology.
295295

296-
## Ethereum (Robert Schwentker)
296+
## Video: Ethereum (Robert Schwentker)
297297

298298
[![Ethereum (Robert Schwentker)](../images/video-image.png)](https://youtu.be/zuc3AIcDEok)
299299

@@ -324,15 +324,15 @@ The illustration below describes this process. The smart contract encodes the ag
324324

325325
Let's start by examining the Bitcoin and Ethereum blockchains, both of which are permissionless, public blockchains. We will examine several large transactions, and the genesis block for each blockchain. We will look at block heights, transaction times, mining pools, timestamps, and block rewards.
326326

327-
## Exploring Bitcoin and Ethereum Blockchains
327+
## Video: Exploring Bitcoin and Ethereum Blockchains
328328

329329
[![Exploring Bitcoin and Ethereum Blockchains](../images/video-image.png)](https://youtu.be/v6FY9jqj3XE)
330330

331331
## 'Certifying' a Document
332332

333333
We have just examined the Bitcoin and Ethereum blockchains, and the key variables to pay attention to. Next, let's examine how we can 'certify' a document on both the Bitcoin and Ethereum blockchains simultaneously, using Stamp.io, which is a certification tool. We will show you how to easily certify various types of files on Stamp.io, obtaining a 'Stampery Certificate'. We will also show you how to cross-check the hash of the transactions on the Bitcoin and the Ethereum blockchains.
334334

335-
## 'Certifying' a Document onto Blockchains Using stamp.io
335+
## Video: 'Certifying' a Document onto Blockchains Using stamp.io
336336

337337
[!['Certifying' a Document onto Blockchains Using stamp.io](../images/video-image.png)](https://youtu.be/GkmHnc-5OyY)
338338

@@ -400,7 +400,7 @@ The following table offers an at-a-glance view of the main considerations and pr
400400

401401
Hyperledger is an open source effort created to advance cross-industry blockchain technologies. Hosted by The Linux Foundation, it is a global collaboration of members from various industries and organizations. Hyperledger boasts a host of enterprise-ready solutions. Hyperledger is about communities of software developers building blockchain frameworks and platforms. We will take a closer look at some of the current Hyperledger projects in the coming chapters.
402402

403-
## Hyperledger (Robert Schwentker)
403+
## Video: Hyperledger (Robert Schwentker)
404404

405405
[![Hyperledger (Robert Schwentker)](../images/video-image.png)](https://youtu.be/EW272QItIE8)
406406

@@ -414,13 +414,13 @@ If you look at permissionless blockchains, like the Bitcoin blockchain or the Et
414414

415415
Hyperledger reduces these security risks and ensures that only the parties that want to transact are the ones that are part of the transaction and, rather than displaying the record of the transactions to the whole network, they remain visible only to the parties involved. So, Hyperledger provides all the capabilities of the blockchain architecture - data privacy, information sharing, immutability, with a full stack of security protocols - all for the enterprise.
416416

417-
## Hyperledger vs. Other Permissioned Ledgers (Brian Behlendorf)
417+
## Video: Hyperledger vs. Other Permissioned Ledgers (Brian Behlendorf)
418418

419419
[![Hyperledger vs. Other Permissioned Ledgers (Brian Behlendorf)](../images/video-image.png)](https://youtu.be/GQJDsEd8DcU)
420420

421421
# Other Open Source Permissioned Distributed Ledgers
422422

423-
## Other Distributed Ledger Technologies (Robert Schwentker)
423+
## Video: Other Distributed Ledger Technologies (Robert Schwentker)
424424

425425
[![Other Distributed Ledger Technologies (Robert Schwentker)
426426
](../images/video-image.png)](https://youtu.be/cCow5ljs-f8)

0 commit comments

Comments
 (0)