Deploy a contract on multiple networks without coding

Hi,

Can anyone direct me to a tutorial that shows how to deploy a contract on multiple networks with the same Contract address on Remix, without special coding.? Such as Bsc, FTM, Ropsten, Kovan, Goerli, Rinkeby, Polygon, etc.

Thank you in advance...

Hello @CuriosCrew

Not really a tutorial, but this talk I gave a Devcon 5 might help you understand how to do it.

TLDW: use the same wallet, with the same nonce, and don't mess up.

(honestly, doing that in remix is a terrible idea. You'll want some effective scripting technics to not mess up, because you'll only have one shot at it)

1 Like

Thank you very much.