Skip to content

A simple merkle root generator script, which takes keccak256 hashes from a csv file and create a merkle root from them, which can be used in EVM applications (for example for airdrops)

Notifications You must be signed in to change notification settings

coreggon11/merkle-root-for-ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Merkle root for EVM

A simple merkle root generator script, which takes keccak256 hashes from a csv file and create a merkle root from them, which can be used in EVM applications (for example for airdrops)

The script generates a file with the merkle root, parents, and siblings, which can be then used to construct a path from leaf to the root. Siblings file is mapping from each node to its sibling (since Merkle root is a complete binary tree each node has exactly one sibling). Parents file is mapping from each node to its parent.

About

A simple merkle root generator script, which takes keccak256 hashes from a csv file and create a merkle root from them, which can be used in EVM applications (for example for airdrops)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages