21 releases (6 stable)
| 1.5.0 | Sep 17, 2025 |
|---|---|
| 1.4.0 | Apr 28, 2025 |
| 1.3.0 | Feb 9, 2025 |
| 1.1.0 | Dec 10, 2024 |
| 0.3.4 | Oct 25, 2020 |
#7 in #non-fungible-token
83 downloads per month
29KB
441 lines
Non Fungible Token
The module provides implementations for non-fungible-token.
Overview
This module provides basic functions to create and manager
NFT(non fungible token) such as create_class, transfer, mint, burn.
Module Functions
create_class- Create NFT(non fungible token) classtransfer- Transfer NFT(non fungible token) to another account.mint- Mint NFT(non fungible token)burn- Burn NFT(non fungible token)destroy_class- Destroy NFT(non fungible token) class
Non-fungible-token module
Overview
Non-fungible-token module provides basic functions to create and manager NFT(non fungible token) such as create_class, transfer, mint, burn, destroy_class.
create_classcreate NFT(non fungible token) classtransfertransfer NFT(non fungible token) to another account.mintmint NFT(non fungible token)burnburn NFT(non fungible token)destroy_classdestroy NFT(non fungible token) class
Dependencies
~27–45MB
~697K SLoC