orml-nft

Crates.ioorml-nft
lib.rsorml-nft
version0.13.0
sourcesrc
created_at2020-10-03 00:36:48.818758
updated_at2024-06-26 02:53:24.159429
descriptionNon-fungible token pallet provides basic functions to create and manager NFT
homepage
repositoryhttps://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft
max_upload_size
id295631
size21,453
Xiliang Chen (xlc)

documentation

README

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
Commit count: 680

cargo fmt