Native Token and ERC20NativeToken
The IOTA L1 has functionality to create L1 tokens, also called native tokens. To use these native tokens on L2, you have
a ERC20 contract called ERC20NativeToken
. The following guides will show you how to [create a foundry](create-foundry.mdx
that can [mint your own L1 token from L2](mint-token.mdx, and [register](register-token.mdx it as ERC20NativeToken
,
so it can be used like any other ERC20 token with some additional features.
⚙️ Introduction
How to handle native tokens on L2 and use them as ERC20
⚙️ Create a Native Token
How to Create a Native Token Foundry.
⚙️ Mint Native Tokens
How to mint native token on an L1 foundry.
⚙️ Custom ERC20 Functions
How to use the custom functionality of ERC20NativeToken
⚙️ Create a Foundry
How to create a L1 foundry
⚙️ Register Token as ERC20
How to register a native token as ERC20