Hello, I hate to disturb you, but would you mind helping me? USDT TRX20 is stored in my OKX wallet, and the phrase is (clean party soccer advance audit clean evil finish tonight involve whip action). Can you guide me on how to transfer it to EXMO or OKX?
Super Video but I have a question. I don’t understand how the minted NFTs from the NFT drop function come to opensea or magiceden. Could you please explain this . Thanks ❤
Hey, sorry for intruding, but might you help me out? I store USDT TRX20 in OKX along with the recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ] How do I transfer it to EXMO or OKX?
I have to appreciate you for putting in so much work to share this information, I have one question, is it possible to import extentions from openzepplin or uniswap? And call their functions
Sean, every time I try to use visual studio code I get an error that is not a hardhat project. Tried to do the .env file fix but still having the same issue.
Hello, do you think you could help me sort this out? OKX wallet has my USDT TRX20 and recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ]. How do I send it to EXMO or OKX?
Hi, could you kindly help me out with this? My OKX wallet has USDT TRX20 and the recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ] How do I send it to EXMO or OKX?
the description is false : "In this video, learn how to build a Farcaster Frame which allows users to mint an NFT if they have liked and recasted a specific cast. Utilizing thirdweb's Engine we can easily make a http request for Engine to execute an on-chain transaction and mint an NFT to the user."
Yo this doesn't work. First it has an issue with the semicolon on line 12, then it gets hung up on line 73 first over "public," then "payable." Secondly, there's a bug that thirdweb knows about: on deploying, thirdweb wants you to pair your device but can't because it tells you it's detecting Brave while we're not using Brave. The workaround is "npx thirdweb deploy -k [yoursecretKey which you obtained when creating an API key].
This tutorial goes over how to create and build a very basic DEX. Use case allows swapping only between a specified token and the selected chain's native token.
Can you show/add about collecting fees and how to add other cypto coins that are in the market already to swap, token list and slippage choice as well. A lot other dex video have them, I even seen a sign-up sheet form and you had pay fee up front/registration page before entering to the next page or to swap etc. The code was so out dated I couldn't use it or add different function etc. I'm new to code or I would do it etc. You explain well tho and why I'm requesting for you help. I think you would change lives and help a lot of people out in the long run besides more followers etc... Keep up the good work!!!
Thanks Sean, Will get in touch with you soon.
Hello, I hate to disturb you, but would you mind helping me? USDT TRX20 is stored in my OKX wallet, and the phrase is (clean party soccer advance audit clean evil finish tonight involve whip action). Can you guide me on how to transfer it to EXMO or OKX?
Super Video but I have a question. I don’t understand how the minted NFTs from the NFT drop function come to opensea or magiceden. Could you please explain this .
Thanks ❤
Thank you for your very useful shares. I'm looking forward to your work on DEX Aggregator
You are welcome! More to come.
Pls when will you make an update video for this Dex app tutorial, a lot of content has changed about the tutorial
also sean, in the githhub repo and this current tutorial, i cant trade my tokens for matic, why?
Hey, sorry for intruding, but might you help me out? I store USDT TRX20 in OKX along with the recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ] How do I transfer it to EXMO or OKX?
I have to appreciate you for putting in so much work to share this information, I have one question, is it possible to import extentions from openzepplin or uniswap? And call their functions
We will be working on more videos around this topic 👍
@@thirdweb_ great. Thank you
Sean, every time I try to use visual studio code I get an error that is not a hardhat project. Tried to do the .env file fix but still having the same issue.
how i deploy it
Hey, I have been trying to use thirdweb for react native expo, but it seems to never work, I have tried to fix every error, if anyone can help 😕
Hello, do you think you could help me sort this out? OKX wallet has my USDT TRX20 and recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ]. How do I send it to EXMO or OKX?
I would like to know where the swapped Matic will go. And if there is a problem, will Dex be able to withdraw Matic?
Swapped Matic gets added to the liquidity pool. As the person who added liquidity you do have the ability to remove your liquidity.
Hi, could you kindly help me out with this? My OKX wallet has USDT TRX20 and the recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ] How do I send it to EXMO or OKX?
thanks works successfully best video ever
Sean truly my teach ❤
Whenever I run "npx thridweb deploy" while authentication it shows "Something went wrong", Can anyone tell me exactly WHAT went wrong?
Can this be done with TON blockchain? Please reply
the description is false : "In this video, learn how to build a Farcaster Frame which allows users to mint an NFT if they have liked and recasted a specific cast. Utilizing thirdweb's Engine we can easily make a http request for Engine to execute an on-chain transaction and mint an NFT to the user."
Thank you for the feedback. The description has been updated 👍
Yo this doesn't work. First it has an issue with the semicolon on line 12, then it gets hung up on line 73 first over "public," then "payable."
Secondly, there's a bug that thirdweb knows about: on deploying, thirdweb wants you to pair your device but can't because it tells you it's detecting Brave while we're not using Brave. The workaround is "npx thirdweb deploy -k [yoursecretKey which you obtained when creating an API key].
hey sean the repo you uploaded isnt the same with the tutorial. Can you update it please so i can copy the css
New link has been updated in the description.
Hi Sean, could you do the same video with updated SDK v5 ??
Yes! Its currently on our list of videos and builds we’re working on 🫡
That will be wonderful because I’m trying to build it and I’m sweating… but it did gave me more insight of the hooks…
Hey, can anyone provide the actual CSS used in this project. Because the one he has uploaded is different
New link has been updated in the description.
the code uploaded to github is different from the one you used
New link has been updated in the description.
it is 2024 why are still showing Ethers5 stuff?
How good the dex is compared to uniswap v2 ?
This tutorial goes over how to create and build a very basic DEX. Use case allows swapping only between a specified token and the selected chain's native token.
@@thirdweb_ 💯
Can you swap thirdweb token drop to normal token either from thirdweb or others?
👊🔥🔥🔥
cool a more advanced tutorial !
Glad you liked it 🎉
Very nice video thank you! First try failed TypeError: Wrong argument count for modifier invocation: 2 arguments given but expected 3.
--> contracts/DEX.sol:9:34:
|
9 | constructor (address _token) ERC20Base(name(), symbol()) {
|
Correct value: constructor(address _token, address _defaultAdmin, string memory _name, string memory _symbol)
ERC20Base(_defaultAdmin, _name, _symbol)
{
token = _token;
}
@@BullionBuzz I added an issue on the github repo on the same topic
Can you show/add about collecting fees and how to add other cypto coins that are in the market already to swap, token list and slippage choice as well. A lot other dex video have them, I even seen a sign-up sheet form and you had pay fee up front/registration page before entering to the next page or to swap etc. The code was so out dated I couldn't use it or add different function etc. I'm new to code or I would do it etc. You explain well tho and why I'm requesting for you help. I think you would change lives and help a lot of people out in the long run besides more followers etc... Keep up the good work!!!
great vid broski tysm
Thank you ♥
Bro please make one with multiple networks like Pancakeswap offer Base, linea, Scroll etc..
changing the network is part of the fun
please create a real dex on polygon network. with how we can set platform fee
35th...Thanks Sean