#token #nft #create #class #basic #manager #transfer

no-std orml-nft

Non-fungible token pallet provides basic functions to create and manager NFT

14 releases (8 breaking)

new 0.12.0 Jun 3, 2024
0.9.1 Apr 9, 2024
0.8.0 Mar 18, 2024
0.6.7 Nov 21, 2023
0.3.4 Oct 25, 2020

#30 in #nft

44 downloads per month

Apache-2.0

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) class
  • transfer 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) class
  • transfer - 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
~580K SLoC