Back to Video Series
Beginner4h estimated+50 pts

ERC-20 Token

Learn to create your own fungible token on Ethereum following the ERC-20 standard. This is the foundation for creating cryptocurrencies, utility tokens, and governance tokens.

Video Coming Soon

We're recording this tutorial. In the meantime, follow the written guide and build in the browser IDE.

What You'll Build

Learn to create your own fungible token on Ethereum following the ERC-20 standard. This is the foundation for creating cryptocurrencies, utility tokens, and governance tokens.

SolidityHardhatEthers.jsOpenZeppelin

Learning Objectives

  • Understand the ERC-20 token standard
  • Write and deploy a Solidity smart contract
  • Implement token transfers, approvals, and allowances
  • Test your contract using Hardhat
  • Deploy to a testnet