Skip to main content
Version: master

x/tokenfactory

Abstract

This document specifies the tokenfactory module of Desmos.

This module allows subspace admins to create new token denominations that can later be used as fee tokens inside a subspace.

This module's implementation is derived from the Osmosis x/tokenfactory module. Instead of forking it, we chose to replicate the implementation. This decision was made because Osmosis is built on a custom version of the Cosmos SDK, which would have caused significant challenges in maintaining the codebase. However, if the module is added to a repository that allows for easier forking, we are open to considering it.

Contents

  1. Concepts
  2. State
  3. Msg Service
  4. Events
  5. Params
  6. Permissions
  7. Client