Skip to content
Snippets Groups Projects
user avatar
Shaopeng Wang authored
* Tidy up oracle module.

* Tokens and currencies module.

* Apply convention to modules.
83575817
History
Name Last commit Last update
..
src
Cargo.toml
README.md

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