A merkle distributor that allows an admin to iterate/overwrite previous distributions.
The following assumes the use of node@>=10
.
yarn
yarn compile
yarn test
npm install typescript
npm install ts-node
ts-node scripts/generate-merkle-root.ts --input <INPUT_JSON_DIRECTORY>
e.g.
ts-node scripts/generate-merkle-root.ts --input scripts/airdrop_list.json