Build your first Blockchain app - Ethereum Todo List Smart Contract with Solidity (2022)

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

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

  • @WirewalkerDon
    @WirewalkerDon 2 ปีที่แล้ว

    You are awesome and I truly appreciate your videos! I'm a technical entrepreneur, not a developer, but you do such a good job of explaining that I can follow along nicely. Thank you!!!

  • @mohang7895
    @mohang7895 2 ปีที่แล้ว +2

    Brother please make a video on bridges 😁

  • @shaikhnabeel6443
    @shaikhnabeel6443 ปีที่แล้ว

    Is it possible to make todo list android app based on ethereum blockchain????

  • @ashpreetsinghanand7260
    @ashpreetsinghanand7260 2 ปีที่แล้ว

    Hello sir i want Only owner can have access to the list how to implement this as list is a mapping of uint and structure

  • @shobhitic
    @shobhitic 2 ปีที่แล้ว

    😃

    • @Web3_Club
      @Web3_Club  2 ปีที่แล้ว +1

      Engagement hack?

  • @ashpreetsinghanand7260
    @ashpreetsinghanand7260 2 ปีที่แล้ว

    we can add this code in completedTask function
    else{
    revert('task alreday completed');
    }