-
I am seeking for a self-hosted solution to accept USDT on my website. The major use case is when customer pays from his binance wallet, so I need to solve the problem of identifying the customer in my system to put the paid money to his balance. While this problem is pretty much solved in Bitcoin (with HD wallets), the EVM situation is far more complicated. As far as I understand, the classical solution is to generate unique wallet for each customer "invoice" when the customer clicks "pay" on my website, I am wondering if such solution to manage multiple wallets and the logic of moving all the funds to single master wallet exists on the base of ethers.js ? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In such use cases where sender address is not confirmed, you have two ways of dealing with this:
|
Beta Was this translation helpful? Give feedback.
In such use cases where sender address is not confirmed, you have two ways of dealing with this: