📦 A modified merkle-distributor from uniswap that can be used to generate merkle distributor in projects.
- The
OldFormat
type now accepts a hex string only for the amount same as the new format (checkold_format_example.json
), this is to ensure accuracy with computation especially when dealing with an amount with decimals places in the project side.
The following assumes the use of node@>=18
.
yarn
yarn compile
yarn test