How you build an ERC20 airdrop - Allowlist with merkle tree

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 12

  • @nddaver
    @nddaver 9 หลายเดือนก่อน +5

    How would a person create a dynamic Merkle Tree with different amounts for each wallet?

    • @merictunc
      @merictunc หลายเดือนก่อน

      yes you can 12:03

  • @zoomwarmetaverse64
    @zoomwarmetaverse64 9 หลายเดือนก่อน +2

    👍

  • @Brian-vs9sd
    @Brian-vs9sd 8 หลายเดือนก่อน

    Hi. Thanks for the video. After watching this I decided to investigate Merkle Trees a bit more. Am I right in saying that you can not recreate the data from the Merkle Tree. So that when someone logs into the site you could not display the number of Tokens they were allocated as part of the allowlist? A UseCase example would be a person was allocated 10 tokens per NFT they owned. I would create the merkle tree based on that information, but when the person logged in there could be 2 problems. 1. They don't know what their allocation is. 2. If they had bought another NFT after the Airdrop started and for me to provide the proof, I would be sending the wrong amount to check their proof.

  • @puresquared
    @puresquared 9 หลายเดือนก่อน

    You guys are freaking amazing. Much props! Many benefits will come from this. How can we make the allow list a .csv for larger lists that have a quantity per wallet that will be distributed upon claim? I’m sure AI can help but why not ask? This video was a big moving part for me.

  • @randomgameplays_PS5_RTX4090
    @randomgameplays_PS5_RTX4090 8 หลายเดือนก่อน

    AMAAAAZZZZIIIIIINGGGG

    • @thirdweb_
      @thirdweb_  8 หลายเดือนก่อน

      Thank you 🙏 Glad you enjoyed it.

  • @ivanwinter3435
    @ivanwinter3435 5 หลายเดือนก่อน

    After i guess the update, doing this video with the contract selection on thirdweb, i can't follow the walk through because its 3 in one, and the only thing you can do is upload the token pic info ticker and title..... please help by updating the vid with the contract structure.... i did get the application to work with thrid web 5 but next to that... 2nd thing that did not work... Yesterday Dex, Today this, now i will try to build the gated token generated page... wish me luck

    • @thirdweb_
      @thirdweb_  5 หลายเดือนก่อน +1

      Videos are currently being worked on and getting updated to the new SDK. This video along with a few others will be getting updates soon.

  • @bungdroid7777
    @bungdroid7777 6 หลายเดือนก่อน

    Hello sir please create videi full tutorial create token on base and share to warpcast farcaster claim button sir and template code tutor🙏🙏🙏🙏

  • @Brian-vs9sd
    @Brian-vs9sd 8 หลายเดือนก่อน

    This doesn't work as soon as you add a third item to the list. can you check on the function that creates the proof. The proof is created in javascript (so works as a proof), but it fails proof on the contract. Interestingly it created the same proof for a completely different wallet.