Changes between Version 2 and Version 3 of other/summer/2019/blockchain


Ignore:
Timestamp:
Aug 8, 2019, 3:53:49 PM (5 years ago)
Author:
nickheah07
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • other/summer/2019/blockchain

    v2 v3  
    88We believe that blockchain technology contains many beneficial attributes that will streamline and simplify this process for all relevant parties.
    99
     10
    1011**What is Blockchain?**
    1112----
     13In simple words, a blockchain is "a continuously growing list of records linked and secured using cryptography." Essentially a chain of blocks, each block contains transactions made between entities and information such as a timestamp and a hash pointer to the previous block. Because hash functions produce unique hashes for the most part, we know that there could have only be one specific block the hash pointer was pointing to, and this type of chaining prevents people from easily changing the important contents (transactions) recorded by the blockchain.
     14
    1215
    1316**Hyperledger Fabric**