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.
- Host: GitHub
- URL: https://github.com/rathod-shubham/blockchain
- Owner: RATHOD-SHUBHAM
- Created: 2022-08-15T06:33:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T18:14:45.000Z (over 2 years ago)
- Last Synced: 2025-01-22T07:43:19.467Z (9 months ago)
- Topics: blockchain, python-3, solidity
- Language: Solidity
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
