cosmos-sdk/x/nft/spec
Julien Robert 015bbed0ed
feat: decouple x/evidence from simapp (#12245)
* feat: decouple x/evidence from simapp

* update docs

* remove mint

* updates

* fix test
2022-06-14 22:43:16 +02:00
..
01_concepts.md feat: decouple x/evidence from simapp (#12245) 2022-06-14 22:43:16 +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 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