Implementing a Custom ERC-20 Token Smart Contract with Solidity
The ERC20 standard is a technical standard that defines a common set of rules that allows us create tokens that are fungible (meaning that each token in the set is not different from the other).
In this article we will be examining a simple smart con...
jeffrey-owoloko.hashnode.dev6 min read