Compile Imported Token Code
Before a token can be deployed the imported token code has to be compiled into Ethereum Virtual Machine Code.
Last updated
Before a token can be deployed the imported token code has to be compiled into Ethereum Virtual Machine Code.
Last updated
Click on the icon underneath the "FILE EXPLORER" in the left hand side menu to view the "SOLIDITY COMPILER".
In the compiler you need to:
Select "0.5.4+commit..." from the "Compiler" dropdown.
Click on "Compile CustomErc20Token.sol".
This will compile the token code and once the compiling step is done you're ready to deploy your custom token.