Simple swap to exchange any EVM NativeToken to any ERC20 token you want
-Deploy DEX Contract:
https://thirdweb.com/0x10c9ce27B1C1Ff485A5EcA6ddC1AE5C462efCB2A/DEX/1.0.0/deploy
Token (_token) Your ERC20 Contract
Name (_name) LP Name "any name you want"
Symbol (_symbol) LP symbol "any symbol you want"
-Deploy ERC20 Contract:
https://thirdweb.com/thirdweb.eth/TokenERC20/5.0.2/deploy
NEXT_PUBLIC_THIRDWEB_CLIENT_ID= New API:
https://thirdweb.com/team/cd9a37a56cb30fcae1dbb5fc353e143bcf5b5a7a/~/settings
add to .env file
npm install
npm run dev