In this chapter, we are going to have a look at how we can create our own ERC20 token project. An ERC20 token is a cryptocurrency built on top of the Ethereum blockchain. We will have a look at its specifications, and how you can do an initial coin offering. We will also learn how to handle token transactions and transfer value.
The topics that we'll be covering in this chapter are as follows:
- Creating a cryptocurrency/ERC20 token project
- ERC20 standard/specification
- Initial coin offerings
- Handling token transactions