FIRMACHAIN
OFFICIAL WEBMEDIUMTELEGRAMREDDIT
  • Overview
  • # NODE & VALIDATORS GUIDE
    • Run a full node
      • Specification
      • OS package settings
      • Installation firmachaind
      • Upgrade your node
      • Join a FirmaChain network
        • Snapshot
        • Syncing from genesis
        • State sync
      • Run a Cosmovisor
        • Guide
        • Example
      • Run a System Deamon
    • Validator
      • Management key
      • Register a validator
      • Edit a validator
      • Unjail
      • FAQ
    • Genesis Validator
    • History
      • Upgrade Mainnet
      • Reward Testnet (Terminated)
        • Participate
        • Test app
  • # DEVELOPER
    • EndPoints
    • firma-js
    • firmachaind
      • commands
      • sub commands
        • keys
        • query (q)
        • transaction (tx)
    • Modules
      • Contract
        • Log
        • File
        • Bulk Insert
        • Utils
      • NFT
        • Usage
        • Bulk Insert (minting)
        • Utils
      • Token
        • Usage
        • Utils
  • # General Guide
    • Station
    • Ledger
      • Install
      • Usage on FirmaStation
      • Usage on FirmaChain-CLI
Powered by GitBook
On this page
  • WHAT IS
  • Feature Guide
  1. # DEVELOPER
  2. Modules

NFT

PreviousUtilsNextUsage

Last updated 2 years ago

WHAT IS

NFT or Non-Fungible Token are special data registered on the blockchain and are unique tokens that are not fungible. NFTs are generated based on IP related information. Created NFTs can be managed using a wallet or can be traded on NFT exchange platforms such as OpenSea. Since all transactions are registered on the chain network, the first issuers of a particular NFT and its provenance can be checked transparently. As a result, NFTs are widely used in the art market or in the property market (real-estate etc.) to verify the authenticity of the underlying information.

Feature Guide

Name
Description

Provides the ability for users to issue NFT to the chain network.

Provides the ability for users to transfer ownership of NFT issued on the chain network to others.

Provides the ability for the user to incinerate NFT issued from the chain network.

Provides the ability for users to issue large amounts of NFT to chain networks.

Provides additional features required in order to use the NFT module.

Bulk Insert (minting)
Utils
Mint
Transfer
Burn