You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the x/evm module to enable the creation of coins (native fungible tokens) from ERC20 contract tokens on the Nibiru EVM, and to create ERC20 tokens from coins.
Unique-Divine
changed the title
epic(evm): fungible token: Coin -> ERC-20, ERC-20 -> Coin
epic(evm): fungible tokens: Coin to ERC20 and ERC20 to Coin
Jun 26, 2024
Objective
Extend the x/evm module to enable the creation of coins (native fungible tokens) from ERC20 contract tokens on the Nibiru EVM, and to create ERC20 tokens from coins.
Specification
Specification Backlink (Notion)
Tickets
See User Stories (Spec)
FunToken
mapping #1944FunToken
mapping #1943CreateFunTokenFromCoin
#1942: Functionality to create the FunToken mapping for a bank coin, producing a corresponding ERC20 contract.CreateFunTokenFromERC20
#1941: Functionality to create the FunToken mapping for an ERC20 token contract, producing a bank coin by storing its metadata in state.FunToken
mapping by coin denom or ERC20 contract address #1940This ticket is part of #1836
The text was updated successfully, but these errors were encountered: