How to Create your Own Ethereum (ERC20 Token) in Under 10 Minutes
We will be creating a Token compliant to ERC-20 Token Standard. The ERC-20 (Ethereum Request for Comments 20) is a robust Token Standard that implements an API for tokens within Smart Contracts. ERC-20 Tokens are Fungible i.e. each Token is the same in type and value.
Read More