Skip to content

A tool written in go for easily generating gas-effective on-chain claiming commonly used in MerkleDistributor airdrops.

Notifications You must be signed in to change notification settings

0xKiwi/go-merkle-distributor

Repository files navigation

Go Merkle Distributor

This repo is a golang implementation (using sol-merkle-tree-go) that generates the required data for a MerkleDrop. It takes in a JSON of address->balances (both in strings) and writes a file containing the data neccessary for a cliam transaction (index, address, amount, and proof).

Usage