18 releases (3 stable)
new 1.2.1 | Jan 14, 2025 |
---|---|
1.1.0 | Dec 10, 2024 |
1.0.0 | Aug 1, 2024 |
0.13.0 | Jun 26, 2024 |
0.3.4 | Oct 25, 2020 |
#83 in Magic Beans
91 downloads per month
22KB
441 lines
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_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
lib.rs
:
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
Dependencies
~20–34MB
~558K SLoC