Skip to content

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

License

Notifications You must be signed in to change notification settings

goldenrecursion/merkle-distributor

 
 

Repository files navigation

Installation

  1. yarn install
  2. cp .env.example .env

Manually create Tenderly fork and paste fork-id in .env for testing.

Commands

Command Option Required Description Result
generate-merkle-root -i, --input path to JSON file in format {address: balance} Yes Generate Merkle tree Outputs balanceMapTree.json in root

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.0%
  • Solidity 12.6%
  • JavaScript 3.4%