description |
---|
Before a token can be deployed the imported token code has to be compiled into Ethereum Virtual Machine Code. |
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.