Python/blockchain
Devesh Swarnkar ba576a9a0b
Create README.md (#6642)
for blockchain file
2022-10-30 11:14:02 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
chinese_remainder_theorem.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
diophantine_equation.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
modular_division.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
README.md Create README.md (#6642) 2022-10-30 11:14:02 +01:00

Blockchain

A Blockchain is a type of distributed ledger technology (DLT) that consists of growing list of records, called blocks, that are securely linked together using cryptography.