What are the merkle trees? What is its importance in blockchain?
Answer Posted / Kramank Rajput
Merkle Trees are a binary tree structure, where each non-leaf node is the hash of its child nodes. They play a crucial role in Blockchain by providing an efficient and secure method to verify the integrity and authenticity of large sets of data. Merkle Roots, at the top of the tree, can prove the correctness of individual transactions without needing to share the entire transaction history.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers