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
Copy file name to clipboardExpand all lines: aptos-move/move-examples/fungible_asset/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
* 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.
4
4
- Coin example: a light example showing how to issue coin based on managed fungible asset.
5
5
* Managed fungible token: A fungible token example that adds token resource to the metadata object.
6
-
* Managed fungible asset: a full-fledged fungible asset with customizable management capabilities and associated functions.
7
-
* Simple managed coin: an all-in-one module implementing managed coin using fungible asset with limited functionalities (only deal with primary fungible stores).
8
6
* Pre-minted managed coin: an example issuing pre-minting coin based on managed fungible asset.
9
-
* Multisig managed coin: how to use multisig account to manage fungible assets.
7
+
* Multisig managed coin: how to use multisig account to manage fungible assets.
8
+
* FA coin: an all-in-one module coin example using manged fungible asset with limited functionalities (only deal with primary fungible stores).
0 commit comments