ERC20 Tokens
Technical information on the deployment of ERC20 tokens.
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
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 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
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