cosmos-sdk/x/nft/spec
2022-06-30 14:11:25 +01:00
..
01_concepts.md docs: remove app wiring from module docs (#12393) 2022-06-30 14:11:25 +01:00
02_state.md docs: add nft spec and event (#11526) 2022-04-08 12:47:35 +02:00
03_messages.md docs: add nft spec and event (#11526) 2022-04-08 12:47:35 +02:00
04_events.md docs: add nft spec and event (#11526) 2022-04-08 12:47:35 +02:00
README.md chore: master -> main (#11730) 2022-04-24 10:19:04 -04:00

nft

Contents

Abstract

x/nft is an implementation of a Cosmos SDK module, per ADR 43, 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