huff-language / huffmate

A library of modern, hyper-optimized, and extensible Huff contracts with extensive testing and documentation built by Huff maintainers.
https://github.com/pentagonxyz/huffmate
MIT License
437 stars 55 forks source link

feat: Merkle Distributor #46

Closed refcell closed 2 years ago

refcell commented 2 years ago

Overview

Merkle distributor modeled after Uniswap's solution. Leverages HuffMate's MerkleProofLib.sol for the proof verification.

Continues the work done in #40 by @benleim