ethers-airdrop icon indicating copy to clipboard operation
ethers-airdrop copied to clipboard

Add Chunking Merkle Trees

Open NoahMarconi opened this issue 7 years ago • 2 comments

Related to #2

Included basic tests and a new command line argument.

I exposed a number of functions under AirDrop.merkleTools which can be used without initiating a new Object. Let me know if a different style is preferred.

NoahMarconi avatar Mar 22 '18 16:03 NoahMarconi

Looking awesome! I haven't had a chance to try it out yet, but looks good. :)

What is the Chai package, though?

ricmoo avatar Mar 22 '18 17:03 ricmoo

Take your time :)

Once merged, I can add some additional features in a second pull request (e.g. a new redeem command to redeem from the chunk files).

The Chai package is only for testing. Some extensions to Mocha. I was using it for the deepEqual assertion to make sure the array elements match.

NoahMarconi avatar Mar 22 '18 17:03 NoahMarconi