FIRMACHAIN
OFFICIAL WEBMEDIUMTELEGRAMREDDIT
  • Overview
  • # NODE & VALIDATORS GUIDE
    • Run a full node
      • Specification
      • OS package settings
      • Installation firmachaind
      • Upgrade your node
      • Join a FirmaChain network
        • Snapshot
        • Syncing from genesis
        • State sync
      • Run a Cosmovisor
        • Guide
        • Example
      • Run a System Deamon
    • Validator
      • Management key
      • Register a validator
      • Edit a validator
      • Unjail
      • FAQ
    • Genesis Validator
    • History
      • Upgrade Mainnet
      • Reward Testnet (Terminated)
        • Participate
        • Test app
  • # DEVELOPER
    • EndPoints
    • firma-js
    • firmachaind
      • commands
      • sub commands
        • keys
        • query (q)
        • transaction (tx)
    • Modules
      • Contract
        • Log
        • File
        • Bulk Insert
        • Utils
      • NFT
        • Usage
        • Bulk Insert (minting)
        • Utils
      • Token
        • Usage
        • Utils
  • # General Guide
    • Station
    • Ledger
      • Install
      • Usage on FirmaStation
      • Usage on FirmaChain-CLI
Powered by GitBook
On this page
  • WHAT IS
  • Feature Guide
  1. # DEVELOPER
  2. Modules

Token

PreviousUtilsNextUsage

Last updated 2 years ago

WHAT IS

Tokens are cryptocurrency assets issued and used by FirmaChain. Generally, tokens are issued for the purpose of using on DApps and can also be used for receiving rewards, enhancing security and as assets. FirmaChain supports both module based tokens and CW20 based tokens (to be supported in the future). This page details the module based tokens.

Feature Guide

Name
Description

Allows users to create tokens on the blockchain network.

Allows users to issue additional tokens.

Allows users to burn tokens created on the blockchain network.

Allows users to modify the URL that provides a description of the tokens.

Allows users to transfer tokens to a different wallet.

Provides additional features required in order to use the token module.

Utils
Token.createToken
Token.mint
Token.burn
Token.updateTokenURI
Bank.sendToken