An open API service indexing awesome lists of open source software.

https://github.com/rathod-shubham/blockchain

Blockchain is a decentralized, transparent, and secure digital ledger that records transactions across multiple computers. It uses cryptographic techniques to ensure immutability and integrity.
https://github.com/rathod-shubham/blockchain

blockchain python-3 solidity

Last synced: 7 months ago
JSON representation

Blockchain is a decentralized, transparent, and secure digital ledger that records transactions across multiple computers. It uses cryptographic techniques to ensure immutability and integrity.

Awesome Lists containing this project

README

          

# BlockChain

## 1. Merkle tree

In cryptography and computer science, a hash tree or Merkle tree is a tree in which every "leaf" (node) is labelled with the cryptographic hash of a data block, and every node that is not a leaf (called a branch, inner node, or inode) is labelled with the cryptographic hash of the labels of its child nodes. A hash tree allows efficient and secure verification of the contents of a large data structure. A hash tree is a generalization of a hash list and a hash chain.

![620px-Hash_Tree svg](https://github.com/RATHOD-SHUBHAM/BlockChain/assets/58945964/88758e34-5b1a-42ff-b495-f32383cda850)