Build a ERC20 token on top of the Ethereum blockchain.
What is an Ethereum Token?
Creating our Token Contract
Publishing our contract to the Testnet
Now that we've written our token contract, we can deploy it to the Ethereum Testnet.
Now, let’s deploy our contract to the Ethereum network — Since we’re only practicing, we’ll use this test network and transfer a free ETH to deploy our contract.
We’ll deploy our token to the Ropsten test network and compile our smart contract on Remix, We’ll also use MetaMask to create a wallet on the Ethereum test network.