Transfer Aptos Coin as a Fungible Asset #432
-
Hello, most of the docs and code examples show Aptos Coin with the Coin Standard (https://aptos.dev/en/build/smart-contracts/aptos-coin). However, I've read that it has migrated over to the Fungible Asset Standard, and it's not very clear to me how we will interact with the Aptos Coin using the Fungible Asset Standard. E.g. legacy coin standard: on Fungible Asset standard: can we still use the legacy coin standard in our modules for interacting with Aptos Coin? question moved from #427 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
FA migration is live on mainnet so you can burn Coin APT and mint FA APT (in coin.move). Although, probably best to do this after there is CEX support for FA APT first. This is irreversible.
Heres a discussion for more context on implementation #407 |
Beta Was this translation helpful? Give feedback.
FA migration is live on mainnet so you can burn Coin APT and mint FA APT (in coin.move). Although, probably best to do this after there is CEX support for FA APT first. This is irreversible.
Heres a discussion for more context on implementation #407