ERC20 Tokens

Technical information on the deployment of ERC20 tokens.

How to Create an Minimum Viable ERC20
Ethereum by far the most developed and mature smart contract platform. With the current technology it's fairly simple to deploy a minimum viable token u...
Sat, 9 Jun, 2018 at 1:13 AM
What is an ERC20 Token?
ERC stands for Ethereum Request for Comments. This is an official protocol for proposing improvements to the Ethereum network. '20’ is the unique pro...
Tue, 5 Jun, 2018 at 1:31 AM
ERC20 Functions
ERC20 code outlines six specific functions for tokens, which are 1- Getting the total supply of tokens via the “totalSupply” function. 2- Retrieving...
Mon, 11 Jun, 2018 at 11:05 AM
ERC20 Developer Documentation
Simple Summary A standard interface for tokens. Abstract The following standard allows for the implementation of a standard API for tokens within smar...
Tue, 5 Jun, 2018 at 9:37 AM