Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 3.13 KB

README.md

File metadata and controls

68 lines (55 loc) · 3.13 KB

Token module specification

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

Embracing the versatility of the EIP-1155 standard, the Token Module offers a sophisticated mechanism for managing multi-token smart contracts. Whether you're dealing with fungible or non-fungible tokens, this module streamlines the process of creation, minting, and management. From defining token collections to ensuring transparent on-chain token attributes, the Token Module stands as a beacon of efficiency and flexibility in the decentralized token ecosystem.

Contents

  1. Concepts

  2. State

  3. Messages

  4. Events

  5. Parameters

  6. Future Improvements