2

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.

TylerH
  • 20,799
  • 66
  • 75
  • 101
junmo choi
  • 195
  • 2
  • 7

2 Answers2

1

Solved. You can get Ropsten Testnet usdt once a day from the site below. https://testnet.help/en/ethfaucet/ropsten

junmo choi
  • 195
  • 2
  • 7
1

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?

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 12 '22 at 17:51