[Ethereum] Bridge between Ethereum networks

blockchainsmart-contract-walletstokens

I’m interested in building a bridge between Ethereum Mainnet and Ropsten testnet.
The user will send USDT/ETH to the mainnet contract and will receive tokens on Ropsten(and the other way around).

What is the easiest way to achieve this?

Thanks.

Best Answer

You can spin up your own TokenBridge.

Note that this would be a horrible idea as any testnet is subject to state resets. Anyone who deposit real money to testnet would be subject to losing them.

Related Topic