Ethereum, tokens & smart contracts.

Notes on getting started Part 7. ERC20 Token Standard

Keno Leon
11 min readOct 12, 2017

--

Previous notes in case you are just joining us:
Part 1. Setting up.
Part 2. Web3.js/node.
Part 3. Solidity.
Part 4. Smart Contracts.
Part 5. Smarter Contracts.
Part 6. Tokens & Inheritance.

Better Tokens :

While you could use the minimal Token as the basis for your project, the good people at Ethereum have made available a more complex standard token which we will cover next, the erc20 token.

Note: Like everything in tech/blockchain development, things they are a changing, there is a new token standard proposal erc223 which might be implemented in the near future... and then something else will probably come along.

Sources:

In order to be part of the erc20 club, a token has to have the following functions and events (plus optional token information):

--

--

Keno Leon
Keno Leon

Responses (1)