How to Create Your Own Cryptocurrency Blockchain in Python

Read the original article: How to Create Your Own Cryptocurrency Blockchain in Python


Cryptocurrencies and their underlying blockchain technology have taken the world by surprise —from their humble beginnings a few years ago to current everyday conversation point.

Typically, a blockchain refers to a distributed ledger technology that constitutes a “chain of blocks.” Every block in the blockchain has a hash of the previous block, a timestamp, and transaction data which makes it tamper-proof.


Read the original article: How to Create Your Own Cryptocurrency Blockchain in Python