UNPKG

@uniswap/merkle-distributor

Version:

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

21 lines (11 loc) • 518 B
# @uniswap/merkle-distributor [![Tests](https://github.com/Uniswap/merkle-distributor/workflows/Tests/badge.svg)](https://github.com/Uniswap/merkle-distributor/actions?query=workflow%3ATests) [![Lint](https://github.com/Uniswap/merkle-distributor/workflows/Lint/badge.svg)](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`