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?
Fantastic video! I'm currently diving deeper into the world of decentralized applications (DApps) and specifically focusing on utilizing React JS for development.
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 :)
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 ?
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
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
🛠 Wanna learn Web3? Join my free email course: bit.ly/web3starter
Well done Artur! Gr8 introduction of implementation ERC20 USDT Payments!
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?
Fantastic video! I'm currently diving deeper into the world of decentralized applications (DApps) and specifically focusing on utilizing React JS for development.
Glad you liked it! Let me know what would you like to learn about next
thanks man! struggling on this problem from many days......your video helped alot
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 :)
from where you get that ABI? can you provide link from where you get ABI ?
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 ?
Great video. How can I generate a QR code for allowing people to pay by scanning that code?
Thanks, for the info, well explained
Glad to hear that!
Thanks for the video. Do we have to use async/wait? Can we use the writeContract instead? Thanks
Sure, you can use non-async/await version as well. It's just my preference
Cheers mate, thanks for the clarification
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
can't we use useTransaction hook?
How can I get USDT for test it? i got error when try to test your code
Another way is deploy my own erc20 token and get a few tokens and connector to this SM
I'd advise to test it with own ERC20. Otherwise look for "USDC/USDT faucet test" on your test network
Can you make a video for sending eth itself.
I already did ;) Video + code: th-cam.com/video/QJZUItAsdfg/w-d-xo.html
Don't work with MetaMask using your whole template. It connects and switches network but no payment window is opened.
Do you have any error in the console?
Perhaps try using injected
Share pls code of smart contract
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
I will learn & try to impliment it on FTM
Go for it!