How to create Merkle Trees for airdrops: Quiz Solution
What kind of data structure is a Merkle Tree?
Tree
How is each leaf node labeled in Merkle Tree?
A cryptographic hash of the data block
How is each non-leaf node labeled in Merkle Tree?
A cryptographic hash of its child nodes’ values
In the abo...
waisee-imaginer.com1 min read