This course will guide you to implement and deploy your own ERC-20 token contract on Arbitrum. You will learn how to use Rust language and Stylus SDK to create, manage fungible tokens, and gain insight into key functionalities such as token issuance.
Language
Rust
Total Length
1.7h
Part of Learning Track
Build on Arbitrum + 1
This chapter will cover the relevant knowledge of ERC20 tokens.
This unit discusses how to prepare a Rust project to make it suitable for running in a smart contract environment.
This section introduces how to import several basic tools and modules to help us build our own smart contracts.
This section discusses setting up the basic parameters for smart contracts, especially the necessary steps when constructing ERC20 token contracts that adhere to the ERC20 standard.
This section covers how to implement the basic functionality of the StylusERC20 struct.
This section introduces how to add functionality to the smart contract that allows users to mint tokens and transfer them to a specified account.
This chapter will learn how to build and deploy programs.
Language
Rust
Total Length
1.7h
Part of Learning Track
Build on Arbitrum + 1