Block Chain Products in Python

Block Chain Products in Python

Abstract:

Blockchain is a way of storing digital data. The data can literally be anything. For Bitcoin, itrsquo;s the transactions (logs of transfers of Bitcoin from one account to another), but it can even be files; it doesnrsquo;t matter. The data is stored in the form of blocks, which are linked (or chained) together using cryptographic hashes mdash; hence the name ldquo;Blockchain.rdquo; All of the magic lies in the way this data is stored and added to the blockchain. A Blockchain is essentially a linked list that contains ordered data, with a few constraints