@medardm/merkle-distributor
v1.1.7
Published
📦 A modified merkle-distributor from uniswap that can be used to generate merkle distributor info in projects
Downloads
33
Readme
@uniswap/merkle-distributor
📦 A modified merkle-distributor from uniswap that can be used to generate merkle distributor in projects.
to those who have used the original package one change to take note of:
- The
OldFormattype 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.
Local Development
The following assumes the use of node@>=18.
Install Dependencies
yarn
Compile Contracts
yarn compile
Run Tests
yarn test
