In this chapter, you will learn the following recipes:
- Creating a basic ERC20 token in Ethereum
- Transferring tokens between accounts
- Delegating other accounts to spend your token
- Creating a token that can be minted
- Creating a token that can be burnt
- Creating an ERC223 token
- Building your own Initial Coin Offering
- Adding features to the ICO contract
- Providing bonus tokens to the investors
- Whitelisting users for the crowdsale
- Accepting other crypto payments for the crowdsale
- Creating a wallet that supports all ERC20 tokens