Academy

Deploy and Transfer an ERC-20 Token

Learn how to deploy an ERC-20 token and transfer it between accounts.

In this section, you will follow a step-by-step guide to deploy an ERC-20 token on a blockchain network and transfer it between accounts. This will provide practical experience with token creation, deployment, and handling transactions.

Objectives:

  • Deploy an ERC-20 token smart contract.
  • Interact with your token by transferring it between different accounts.

To learn how to deploy an ERC-20 token and interact with your token on a blockchain, follow this guide to explore the deployment process using the CLI on our Avalanche L1.

Quiz topic

Time for a Quiz!

Wolfie wants to test your knowledge. Select the correct answer.

Which function is used to allow another account to transfer tokens on your behalf?

Atransfer()
Bapprove()
CtransferFrom()
Dallowance()
Edit on GitHub

Last updated on 1/28/2025

On this page