Merkle Tree

  • How To Create A SEP-41 Token Airdrop Using A Merkle Tree

    How To Create A SEP-41 Token Airdrop Using A Merkle Tree

    In this tutorial we will be creating a SEP-41 token and distributing it to a curated list of recipients using a merkle tree. James On YouTube Watch On YouTube: https://youtu.be/TqNp831aOBI | Subscribe We will start by collecting a list of addresses who are currently using Stellar’s SDEX, then we will form these into a merkle…

  • Merkle Tree in Solidity | Solidity Tips & Examples

    Merkle Tree in Solidity | Solidity Tips & Examples

    Merkle Trees provide an efficient way to verify data in Solidity. This reduces the gas cost for on-chain storage when validating large data sets such as a large list of addresses. James On YouTube Watch On YouTube: https://youtu.be/NTPpyL4pJG0 |Subscribe How Do Merkle Trees Work Merkle trees are a data structure that allow efficient and secure…