@uniswap/merkle-distributor
Version:
📦 A smart contract that distributes a balance of tokens according to a merkle root
21 lines (11 loc) • 518 B
Markdown
# @uniswap/merkle-distributor
[](https://github.com/Uniswap/merkle-distributor/actions?query=workflow%3ATests)
[](https://github.com/Uniswap/merkle-distributor/actions?query=workflow%3ALint)
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`