Follow these steps to deploy the smart contract:
- Log in to the MEW home page.
- Using the left sidebar, as shown in the following screenshot, select Contract | Deploy Contract:
Please make sure that you are connecting to the Ropsten testnet on the MEW web page. If you are not seeing your test ETH balance or infura.io (ROP) under the network box, then use the change button to switch.
When we use MyCrypto, only the ABI/JSON interface is needed. With MEW, we also need Bytecode.
- Compile the MyERC20Token smart contract with Remix, Truffle, or whatever way you prefer and paste in the Bytecode, which is the ABI/JSON ...