ethers-airdrop
ethers-airdrop copied to clipboard
Add Chunking Merkle Trees
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.
Looking awesome! I haven't had a chance to try it out yet, but looks good. :)
What is the Chai package, though?
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.