A repo holding basics of Block Chain and Crypto Currenct Test Modules for learning and understanding purpose A blockchain is a growing list of records, called blocks, which are linked using cryptography. Each block contains a cryptographic hash of the previous block a timestamp, and transaction data (generally represented as a Merkle tree).
By design, a blockchain is resistant to modification of the data. It is “an open, distributed ledger that can record transactions between two parties efficiently and in a verifiable and permanent way
The basic Python idle is required with pip installed and path setted in Environment Variables The bitcoin module is required to be imported