Skip to content

xreth/Block-Chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

A Block-Chains

A What is a block chain?

Python blockchains work by utilizing a decentralized network of computers to maintain a continuously growing list of records, or blocks, linked together using cryptographic techniques. Each block contains a timestamp and a cryptographic hash of the previous block, creating a secure and tamper-resistant chain of data. Python code is used to implement the consensus mechanism, which ensures that all nodes in the network agree on the validity of transactions and the order in which they are added to the blockchain. Smart contracts, written in Python or other programming languages, can be deployed on the blockchain to automate processes and enforce agreements without the need for intermediaries. Overall, Python blockchains enable transparent, secure, and decentralized peer-to-peer transactions and applications.

A Libary you will need to install:

.

pip install hashlib

.

A Block Chains 🔗

image

About

A block chain made with python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages