Merkle Trees
Supply: 33
App: ZoideNFT
Creator:
Sigma: 12KP5KzkBwtsc1UrTrsBCJzgqKn8UqaYQq
Top: —
Floor: —
Description: A Merkle tree is a data structure used in blockchains to verify and secure large data set efficiently. In Bitcoin each leaf of the tree represents the hash of a tx, and each branch is the hash of its child leaves. This allows for quick and secure verification of txs without needing to check each one.