Skip to content

📦 A smart contract that distributes a balance of tokens according to a merkle root

License

Notifications You must be signed in to change notification settings

dharma-eng/merkle-distributor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

📦 A smart contract that distributes a balance of tokens according to a merkle root

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.3%
  • Solidity 12.7%