Implementing ERC20 USDT Payments in React, wagmi and viem

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

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

  • @ArturChmaro
    @ArturChmaro  10 หลายเดือนก่อน +1

    🛠 Wanna learn Web3? Join my free email course: bit.ly/web3starter

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

    Well done Artur! Gr8 introduction of implementation ERC20 USDT Payments!

  • @olhahn6199
    @olhahn6199 25 วันที่ผ่านมา

    Hi, 15:38 - why address 'From' is different from 'addres' in writeContractAsync? And one more question - is it true that Etherum does not recognize ETH and USDT addresses and it is not possible to programmatically make a sendTransaction in USDT ERC-20?

  • @pamelar.2684
    @pamelar.2684 10 หลายเดือนก่อน

    Fantastic video! I'm currently diving deeper into the world of decentralized applications (DApps) and specifically focusing on utilizing React JS for development.

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

      Glad you liked it! Let me know what would you like to learn about next

  • @MianAbdulBasit-is3dw
    @MianAbdulBasit-is3dw 5 หลายเดือนก่อน

    thanks man! struggling on this problem from many days......your video helped alot

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

    Hej! Uczę się React, i czekam na film w którym pokażesz jak zacząć pisać dAppsy lub smart contracty z użyciem właśnie React'a. Oczywiście chodzi o kompletne podstawy i fundamenty, konfiguracje, co trzeba wiedzieć - przewodnik. Jestem bardzo zajarany technologią Web3 i byłby to super materiał dla mnie jak i dla innych zainteresowanych :)

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

    from where you get that ABI? can you provide link from where you get ABI ?

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

    how to change my chain from sepolia to another ?!
    and i don't understand difference between Address and args !
    whre should i place my wallet address for recieve the USDT ?!
    how to change the code for this ?

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

    Great video. How can I generate a QR code for allowing people to pay by scanning that code?

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

    Thanks, for the info, well explained

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

      Glad to hear that!

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

    Thanks for the video. Do we have to use async/wait? Can we use the writeContract instead? Thanks

    • @ArturChmaro
      @ArturChmaro  8 หลายเดือนก่อน +1

      Sure, you can use non-async/await version as well. It's just my preference

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

      Cheers mate, thanks for the clarification

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

    yeah but how can we actually wait until the transaction is confirmed on the blockchain? the data returned with the hash but that does not mean the transaction status is confirmed

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

      can't we use useTransaction hook?

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

    How can I get USDT for test it? i got error when try to test your code

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

      Another way is deploy my own erc20 token and get a few tokens and connector to this SM

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

      I'd advise to test it with own ERC20. Otherwise look for "USDC/USDT faucet test" on your test network

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

    Can you make a video for sending eth itself.

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

      I already did ;) Video + code: th-cam.com/video/QJZUItAsdfg/w-d-xo.html

  • @Uwamonger-ub3gt
    @Uwamonger-ub3gt 7 หลายเดือนก่อน

    Don't work with MetaMask using your whole template. It connects and switches network but no payment window is opened.

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

      Do you have any error in the console?

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

      Perhaps try using injected

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

    Share pls code of smart contract

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

      i'm using just fake USDT contract deployed at Sepolia. You may grab it's code from the blockchain explorer: sepolia.etherscan.io/address/0xaa8e23fb1079ea71e0a56f48a2aa51851d8433d0

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

    I will learn & try to impliment it on FTM

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

      Go for it!