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
that can mint your own L1 token from L2, and register 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 Foundary.
📄️ 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
📄️ Send Token Across Chains
How to Send Native Tokens Across Chains.