I want to create a dex website with solidity, web3, tronweb, and nodejs .
now I have a question about the transfer token in TRC-20 and ERC-20 network.
On my website use can deposit wallets from another site like bianance , coinbase , . . .
and I create a TRC-20 or ERC-20
wallet address for he/she.
in both networks exists many tokens now my question is this, how can I know the user sent or receive which token?
maybe users wants to send ADA
token from another websites like binance
on my website.
i create a ERC-20 wallet address for user like this 0x5226a51522C23CcBEFd04a2d4C6c8e281eD1d680
,
user enter this address in the binance and send some ADA
token to his wallet in my website .
now how can I know this token is ADA
, USDT
, or something else?