cosmos-sdk/x/nft/spec
Aleksandr Bezobchuk 2e15b54a09
chore: master -> main (#11730)
2022-04-24 10:19:04 -04:00
..
01_concepts.md chore: master -> main (#11730) 2022-04-24 10:19:04 -04: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

README.md

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