Introduction
chapter outline and learning goals
##What You Will Learn
In this section, you will go through the following topics:
- What is a token: Learn how tokens serve to represent ownership.
- Types of tokens: Learn about ERC20 tokens, Native tokens and Wrapped tokens.
- Transfers : Learn differences on transfering the different types of tokens between accounts or with smart contracts.
- Token Design: Discover how different parameters can modify how your token is used or percieved.
The goal of this chapter is that by the end of it you perfectly understand what a native token is, how they work, and what an erc20 is, why they were created and how they work.
Let's get to it!
Is this guide helpful?