AgustinBadi / aiken-merkle-tree

Playing around with merkle trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merkles-trees

Just playing to learn about merkle trees. Implemeted some functions related regular merkle tree use:

  • verify merkle proofs
  • get path by index
  • get depth
  • create a tree
  • etc...

About

Playing around with merkle trees.