Skip to content

A repo holding basics of Block Chain and Crypto Currenct Test Modules for learning and understanding purpose

Saurabhdimri06/BlockChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BlockChain

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

About

A repo holding basics of Block Chain and Crypto Currenct Test Modules for learning and understanding purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages