Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.35 KB

README.md

File metadata and controls

51 lines (38 loc) · 2.35 KB

Entity module specification

This document specifies the entity module, a custom Ixo Cosmos SDK module.

The Entity Module introduces a holistic approach to NFT-backed identities, bridging the gap between decentralized identifiers and tangible assets. Upon entity creation, a symbiotic relationship forms between an IID Document, an NFT, and the Entity's metadata. Further enriched with the concept of Entity Accounts, this module ensures a seamless transition of ownership, while offering a robust framework for entities to operate within a decentralized landscape.

Contents

  1. Concepts

  2. State

  3. Messages

  4. Events

  5. Parameters

  6. Future Improvements