Update README

This commit is contained in:
Miguel Mota
2024-07-02 11:42:12 -07:00
parent e95a784a03
commit bc49bb62f8

View File

@@ -146,7 +146,7 @@ npm test
- Q: What other types of merkle trees are supported?
- Besides standard `MerkleTree`, there's also `MerkleMountainRange`, `MerkleSumTree`, and `IncrementalMerkleTree` implemenation classes available.
- Besides standard `MerkleTree`, there's also `MerkleMountainRange`, `MerkleSumTree`, and `IncrementalMerkleTree` implemenation classes available. For Merkle Patricia Tree, see [`@ethereumjs/trie`](https://www.npmjs.com/package/@ethereumjs/trie).
- Q: Is there a CLI version of this library?
@@ -154,7 +154,7 @@ npm test
- Q: Is there a way to visualize the merkle trees in the browser?
- Yes, see [merkletree-viz](https://github.com/miguelmota/merkletree-viz).
- Yes, see [example ui](https://lab.miguelmota.com/merkletreejs) and [merkletree-viz](https://github.com/miguelmota/merkletree-viz).
## Notes