Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Uniswap/merkle-distributor
📦 A smart contract that distributes a balance of tokens according to a merkle root
https://github.com/Uniswap/merkle-distributor
Last synced: about 6 hours ago
JSON representation
📦 A smart contract that distributes a balance of tokens according to a merkle root
- Host: GitHub
- URL: https://github.com/Uniswap/merkle-distributor
- Owner: Uniswap
- License: gpl-3.0
- Created: 2020-09-02T14:12:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T16:37:16.000Z (over 1 year ago)
- Last Synced: 2024-10-30T21:06:35.788Z (9 days ago)
- Language: TypeScript
- Homepage:
- Size: 370 KB
- Stars: 598
- Watchers: 23
- Forks: 383
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solidity - Uniswap/merkle-distributor - Smart contract that distributes a balance of tokens according to a merkle root. (Libraries)
- awesome-solidity - Uniswap/merkle-distributor - Smart contract that distributes a balance of tokens according to a merkle root. (Libraries)
- awesome-solidity - Uniswap/merkle-distributor - Smart contract that distributes a balance of tokens according to a merkle root. (Libraries)
README
# @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`