10
Creating Your First Token
The ERC-20 token specification is the widely accepted standard for Ethereum tokens, making it the go-to choice for most Ethereum contracts in use today. In this chapter, you’ll learn how to create your own Ethereum token by following this established ERC-20 standard. This is a short chapter but an exciting one.
In this chapter, we’re going to cover the following main topics:
- Writing your first ERC-20 token smart contract
- Deploying and testing the ERC-20 token smart contract
Technical requirements
Before you dive into creating your ERC-20 token, you’ll need to ensure that you have the following technical requirements set up and ready:
- Operating system (OS): You can choose any OS that you are comfortable with. The ...
Get The Essential Guide to Web3 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.