Computer Science, asked by Wazowski1052, 11 months ago

How can merkle tree be applied in blockchain applications?

Answers

Answered by navjotn406
1

Answer:

Merkle trees enable SPV nodes on the blockchain to check if miners have verified the transactions in a block without downloading all the transactions in a block. This method is currently used by some lightweight Bitcoin clients. Merkle trees are powerful and indispensable tools for miners and users on the blockchain.

Answered by ImpressAgreeable4985
0

Answer:

simple test

Explanation:

In blockchain terms, a Merkle Tree summarizes all the transactions in a block by producing a single fingerprint of the entire set of transactions. It maintains the integrity of the data. ... Using a Merkle tree allows for a quick and simple test of whether a specific transaction is included in the set or not.

Similar questions