Can someone please tell me how one can deploy a smart contract to multiple addresses, instead of one ethereum address? For example, I have a smart contract in solidity named ExampleContract. I would like to deploy the same smart contract programmatically to different ethereum addresses. Please help me here.
Thank you