Legos Lightlegos.hashnode.dev·Nov 20, 2024Merkle Tree💡 Merkle Tree, hay còn gọi là Cây Merkle, là một cấu trúc dữ liệu quan trọng trong lĩnh vực mật mã học và khoa học máy tính, được phát minh bởi nhà mật mã học Ralph Merkle vào năm 1979. Merkle Tree đóng vai trò thiết yếu trong nhiều hệ thống lưu trữ...DiscussCryptography & Blockchainmerkle tree
Abolare Roheemahrhorheeymarh.hashnode.dev·Sep 8, 2024Efficient Data Management and Verification With Merkle Trees.What is a Merkle Tree? A merkle tree, also known as a hash tree, is a kind of data structure used to store data more efficiently and securely. It was named after Ralph Merkle, a computer scientist known for his pioneering work in the field of cryptog...Discuss·11 likes·42 readsmerkle tree
Michael Ojekunlecodenthrive.hashnode.dev·Aug 13, 2024Exploring Blockchain: Week 1 Insights from Web3Bridge BootcampThis past week at the Web3Bridge bootcamp felt like diving headfirst into a swirling sea of innovation. Each day, we peeled back layers of what makes blockchain a revolutionary force, exploring everything from the basics of distributed ledger technol...Discuss·2 likes·55 readsBlockchain Odyssey: My Journey to MasteryBlockchain
Rachit Srivastavablog.rachitasrivastava.com·Aug 10, 2024Verkle Tries Explained: A Simple Guide for BeginnersWelcome to a deep dive into Verkle trees and their impact on Ethereum's state management. As Ethereum aims to improve scalability and efficiency, Verkle trees are becoming a key part of the solution. In this blog, we'll break down what Verkle trees a...Discuss·153 readsverkle
Murat Can Yükselmuratcanyuksel.hashnode.dev·Jun 12, 2024Checking Whitelisted Addresses on a Solidity Smart Contract Using Merkle Tree ProofsSince the day I saw it, I found the name "Merkle Tree" scary. Turns out they were not, and quite useful. Here, check my guide out. In this article I first briefly talk about merkle trees, and then directly get into building one, and then writing a sm...DiscussSolidity
Idris OlubisiProblog.idrisolubisi.com·May 31, 2024How Merkle Proofs WorkYou have millions of unique images in your gallery, each representing a piece of private or personal data stored on your phone. After an incident, you lost your device, but it was returned to you after many months, with claims that the images hadn't ...Discuss·10 likes·480 readsTutorialsmerkle tree
Naiyomanaiyoma.hashnode.dev·Apr 2, 2024Merkle Trees Implementation In Git and BitcoinTree DataStructures Tree data structures are widely used in computer science. This hierarchical data structure takes the form of an inverted tree, where the root of the tree is the topmost level, and the leaves follow downwards. The way the data is s...Discuss·84 readsBitcoin
Alexander Codesalexandercodes.hashnode.dev·Mar 10, 2024Verifying Merkle Proofs on AlgorandMerkle trees are an extremely useful data structure for tamper-proof collections. They are ubiquitous in blockchains. There are many potential use cases for smart contracts that can verify an inclusion proof, so let's look at how we can write one wit...Chris Kim and 1 other are discussing this2 people are discussing thisDiscuss·190 readsalgorandThat was so clear and easy to understand. I love how you show how it's done in OpenZeppelin first and show how it is done in Puyapy. 3
Alexander Codesalexandercodes.hashnode.dev·Mar 10, 2024Provable NFT Collections on AlgorandContext NFTs are created using Algorand Standard Assets (ASAs), which are built into the protocol and created using a special type of transaction. This is distinct from some other blockchains where a smart contract is necessary to represent assets. ...Discuss·155 readsalgorand
TechieTeeetechieteee.hashnode.dev·Mar 2, 2024Securing the Decentralized Playground: A Novel Approach Using Edge Computing, Verkle Trees, and Bacalhau for Mitigating CollusionIntroduction Imagine a vibrant playground bustling with children building intricate structures using colorful Lego blocks. This playground symbolizes the promise of decentralized networks: transparency, collaboration, and trust. However, just like an...Discuss·39 readsWeb 3.0 Blockchain Market