cosmos-sdk/x/nft/spec
Zhiqiang Zhang 566a91c879
docs: add nft spec and event (#11526)
* add nft spec and event

* apply comment from github

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-04-08 12:47:35 +02:00
..
01_concepts.md docs: add nft spec and event (#11526) 2022-04-08 12:47:35 +02: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 docs: add nft spec and event (#11526) 2022-04-08 12:47:35 +02: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