baseline icon indicating copy to clipboard operation
baseline copied to clipboard

SRI Zero-Knowledge Component: Off-chain Merkle Tree

Open biscuitdey opened this issue 2 years ago • 0 comments

Overview

Implement an off-chain Merkle Tree class to convert state documents into a Merkle Tree and return the root.

Reference

Assumptions

  • Documents to be converted into Merkle Tree store data in a key-value format

Acceptance

  • Return a Merkle Tree Root

Tasks

  • [x] Calculate Merkle Tree taking document key-value pair as leaves (input)
  • [x] Return the root of the Merkle Tree

biscuitdey avatar Jul 21 '22 11:07 biscuitdey