Blockchain

From wiki
Revision as of 20:55, 17 May 2021 by Hdridder (talk | contribs)
Jump to navigation Jump to search
  • A blockchain is a recording of data.
  • Blocks can have one or more records.
  • Blocks are chained together by the hash of the content of the last block. Except the first (genesis) block all blocks start with the hash of the block it succeeds.
  • Any change in any of the previous blocks will change the hash of that block an so break the chain