Back to Aptos Core

Fungible Asset

aptos-move/move-examples/fungible_asset/README.md

latest829 B
Original Source

Fungible Asset

  • Managed fungible asset: A full-fledged fungible asset with customizable management capabilities and associated functions, based on which a light example is provided to show how to issue coin.
    • Coin example: a light example showing how to issue coin based on managed fungible asset.
  • Managed fungible token: A fungible token example that adds token resource to the metadata object.
  • Pre-minted managed coin: an example issuing pre-minting coin based on managed fungible asset.
  • Multisig managed coin: how to use multisig account to manage fungible assets.
  • FA coin: an all-in-one module coin example using manged fungible asset with limited functionalities (only deal with primary fungible stores).
  • Managed Stablecoin: A managed fungible asset with Role management features and access control rules.