Minimal Example of how to construct a Merkle Tree
-
Go to
construct-merkle-tree/
and specify the information to be stored in the leaves of a merkle tree inindex.js
. Runnode index.js
to produce the root of the merkle tree. -
Go to
src/
and install the Python dependencies inrequirements.txt
.- to deploy, run
brownie run deploy
in thesrc
directory
- to deploy, run