Skip to content

Commit 1e96363

Browse files
authored
Merge pull request #155 from CimimUxMaio/update-merkle-tree-links
Update Merkle Tree Links
2 parents 292d776 + b031ce2 commit 1e96363

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,12 @@ We suggest starting simple, do not optimize prematurely because it's pretty sure
720720
Here are some sources that you might find useful:
721721
- [Merkle Tree - Brilliant.org](https://brilliant.org/wiki/merkle-tree/)
722722
- [Merkle Tree Verify in Solidity](https://www.youtube.com/watch?v=n6nEPaE7KZ8)
723-
- [Other resources](https://nimble-aftershave-74f.notion.site/Resources-a632c530ccfd477d9454c4345c1c554f)
723+
- [Merkle Tree - Brilliant.org](https://brilliant.org/wiki/merkle-tree/)
724+
- [Merkle Tree Verify in Solidity](https://www.youtube.com/watch?v=n6nEPaE7KZ8)
725+
- [Merkle Tree - Wikipedia](https://en.wikipedia.org/wiki/Merkle_tree)
726+
- [Merkle Tree - What is a Merkle Tree?](https://decentralizedthoughts.github.io/2020-12-22-what-is-a-merkle-tree/)
727+
- [Introduction to Merkle Tree - GeeksforGeeks](https://www.geeksforgeeks.org/introduction-to-merkle-tree/)
728+
- [Merkle Tree in Blockchain: What It Is and How It Works](https://www.investopedia.com/terms/m/merkle-tree.asp)
724729

725730
---
726731
### Julia

0 commit comments

Comments
 (0)