Gas-less Token Transfer

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

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

  • @smartcontractprogrammer
    @smartcontractprogrammer  ปีที่แล้ว +3

    0:00 - Intro
    0:32 - ERC20 permit
    2:09 - Both Alice and Bob don't have any ETH
    Notes
    github.com/stakewithus/notes
    Take a course
    www.smartcontract.engineer/

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

    you make this look so early, love what you do.

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

    This was great, thanks. Would love to see a ctf using this concept.

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

    It would be fun to go over some of the proposed transaction relayer standards, or maybe some details around permit2. Keep up the good work 👍

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

      Both would be amazing!

  • @stevekimani.111
    @stevekimani.111 ปีที่แล้ว +1

    i love the work you do it really helps me alot

  • @AndrewPankow
    @AndrewPankow ปีที่แล้ว +5

    So, basically, it's not gassless. The gas does get paid but by the receiver or a compensated third party.

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

      yes, and you can create abstraction on top of EVM and not require any native token to be on your users wallets, only gas-less signatures

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

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

    nice content❤

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

    Also do they need to trust Carol?

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

    Does bob have to pay for 2 transactions? 1 for permit and 1 for transferFrom? (I've always wondered why these can't be combined into 1 transaction, from the day I first started "defi-ing").

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

    Bro will this work with existing ERC20 contracts ? like DAI, USDT and all ?

    • @smartcontractprogrammer
      @smartcontractprogrammer  6 หลายเดือนก่อน +1

      Only if ERC20 supports permit
      I think both DAI and USDT supports permit

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

      DAI has Erc20permit

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

    make a tutorial videos on gasless transaction .

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

    How did Alice send the message to bob without paying for it ?

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

      Message can be sent via internet, such as email or chat

    • @DeepakKumar-uz4xy
      @DeepakKumar-uz4xy ปีที่แล้ว

      @@smartcontractprogrammer but where the blockchain plays role in it?

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

      And can this be done through web3 js

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

      @@tabiserebour5912 via EIP712