diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4ac630 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Merkle_tree + +# To create Merkle tree +To create a Merkle Tree enter transaction IDseparated by commas(,) +Root and path will be displayed for the same. + +# To Verify an element +Store the Unique ID for future references. +To verify the element , Enter the element to be verified, its path, root hash and the Unique id.