mirror of
https://github.com/merkletreejs/merkletreejs.git
synced 2026-01-10 05:27:53 -05:00
Update README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user