Is there any way to get usdt from Ropsten Testnet?

Viewed 948

I am making an app that can send and receive usdt using Flutter web3. I want to test on Ropsten network, but I want to know how to get usdt for testing.

2 Answers

You could probably just copy and paste the code of the original and launch your own on ropsten.. wouldn't that be just as effective?

Related