Skip to content

📦 A modified merkle-distributor from uniswap that can be used to generate merkle distributor info in projects

License

Notifications You must be signed in to change notification settings

medardm/airdrop-merkle-distributor

 
 

Repository files navigation

@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 OldFormat type now accepts a hex string only for the amount same as the new format (check old_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

About

📦 A modified merkle-distributor from uniswap that can be used to generate merkle distributor info in projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.2%
  • Solidity 11.9%
  • JavaScript 3.9%