Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuongvnz/simple-blockchain
Learning to code and understand the mechanics of blockchain concept
https://github.com/cuongvnz/simple-blockchain
blockchain learn
Last synced: 1 day ago
JSON representation
Learning to code and understand the mechanics of blockchain concept
- Host: GitHub
- URL: https://github.com/cuongvnz/simple-blockchain
- Owner: CuongVnZ
- License: mit
- Created: 2022-12-14T18:23:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T07:28:37.000Z (about 2 years ago)
- Last Synced: 2024-11-14T17:40:02.925Z (2 months ago)
- Topics: blockchain, learn
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple blockchain
A blockchain is a type of distributed ledger or decentralized database that maintains a continuously growing list of records, called blocks, which are linked and secured using cryptography. Each block typically contains a cryptographic hash of the previous block, a timestamp, and transaction data. By design, blockchains are inherently resistant to modification of the data, and serve as an open, distributed ledger that can record transactions between two parties efficiently and in a verifiable and permanent way.