# nft

# Contents

# Abstract

x/nft is an implementation of a Cosmos SDK module, per ADR 43 (opens new window), that allows you to create nft classification, create nft, transfer nft, update nft, and support various queries by integrating the module. It is fully compatible with the ERC721 specification.

  1. Concept
  2. State
  3. Messages
  4. Events