Hi, I’m learning how to deploy a Merkle distributor contract. I have looked at some tutorial like https://github.com/aidigidreamers/merkle-distributor/blob/master/src/merkle-tree.ts, and
What to provide in the proof parameter of the verify function for the MerkleProof library
But I’m still feeling a little confused to implement the operation. I don’t know how to get Merkle root via Merkle-tree.js and my transactions like blow:
0x001873abd9b26447a7a6ab2e41ddd6a8da3be08a 10000
0x0208bf7897cd6240a6cad7d972f4b8b3b1cd9a5a 1000
0x03377073f2421fc3d9eafe9e235a820c4038ec8b 10000
Please help!