Blockchain
Distributed data store for digital transactions
Ratings
0
Nobody has rated this yet. Be the first!
Derivatives
1
Facets
1
Instances
3
Subclasses
1
Lists
0
A blockchain is a distributed ledger with growing lists of records (blocks) that are securely linked together via cryptographic hashes. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data (generally represented as a Merkle tree, where data nodes are represented by leaves). Since each block contains...