Saseul Gold Docs
  • Saseul Gold Docs
  • Network CLI
    • Using Saseulgold Network CLI
    • Wallet Interface
      • Representative Wallet Settings
      • Check your wallet balance
      • Remittance
    • Dex Interface
      • Get Token Detail
      • Mint Token
      • Transfer Token
      • Swap
      • ProvideLiquidity
    • Swap Process
      • Example
  • Dex API
    • Using Dex API
    • Token Info API
    • Token Mint API
    • Token Pair Info API
    • Provide Liquidity API
    • Faucet API
    • Swap
    • Liquidity Withdraw
    • Balance Of
    • Transfer
  • Backend API
    • Using Backend API
    • Token Detail API
    • Token List API
    • Pair List API
    • Pair Detail API
    • Pair Transaction Candle API
    • Block List API
Powered by GitBook
On this page
  1. Network CLI
  2. Dex Interface

Mint Token

Commands used to issue tokens.

You must specify the name, symbol, and total amount of tokens to issue.

After the token is issued, the token address is returned.

./sg dex mint -p localhost:9001 -n ${token_name} -s ${token_symbol} -a ${supply}
  • Example

./sg dex mint -p localhost:9001 -n mytoken -s EAB -a 12000000000000000000000
PreviousGet Token DetailNextTransfer Token

Last updated 3 months ago