Create Ethereum ERC20 Token using Solidity Contract Code

git clone https://github.com/nitikeshd/Ethereum

vi solidityContractERC20.sol

Change in Line 3-15 & 115-121

Go to http://remix.ethereum.org/

Paste the code from solidityContractERC20.sol

Under Compile →Details →Choose the Token you are creating

Under ByteCode press the 📋button to copy the ByteCode to your clipboard

Make sure you have installed Meta mask and got some free ethereum testnet fauset from: http://faucet.metamask.io/

Change the settings and add your Private keys and addresses then Deploy Your Contract.