Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 870 Bytes

@dharma-eng/merkle-distributor (forked from @uniswap/merkle-distributor)

Tests Lint

These contracts have been modified to include a mechanism for "funding" the distributor from a specific funder and with a specific amount of the target token, designated at the time of deployment. The funder must first approve the distributor to transfer the tokens to be funded on its behalf.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test