January 2019
Beginner to intermediate
372 pages
11h 17m
English
Blocks in the blockchain are chained together by referencing the hash values of previous blocks. SHA256 is the most popular hashing algorithm used in the blockchain platform since it was used in the Bitcoin implementation. Firstly, we will define the structure and functionality of the blocks, before finally constructing the blockchain with the help of the hashing algorithm.