Kasplex KRC20
  • Introduction
  • Protocols
    • Data Insertion Mechanism
    • KRC-20 Tokens
      • Deployment Mode
      • Basic Operation
        • deploy
        • mint
        • issue
        • burn
        • blacklist
        • chown
        • transfer
      • How to Trade KRC-20
        • list
        • send
  • Tools & REFERENCE
    • Kasplex Indexer
      • Guidelines
      • Ticker Reserved List
      • Consensus and Trust Model
    • Kasplex Indexer API
      • General
        • Get Node Status
      • KRC-20
        • Get Token List
        • Get Token Info
        • Get Address's Token List
        • Get Address's Token Balance
        • Get Token's Market Info
        • Get Token's Blacklist
        • Get Operation List
        • Get Operation Info
      • Archive
        • Get Archive Operation List
        • Get Archive Vspc List
    • Roadmap
Powered by GitBook
On this page
  1. Protocols
  2. KRC-20 Tokens

Basic Operation

PreviousDeployment ModeNextdeploy

Last updated 25 days ago

In basic operations, we provide functions for token deployment, management, transfer, and marketplace.

Common supported: , , , , , .

In Deploy-Mint mode: .

In Deploy-Issue mode: , .

Notes :Each OP consists of two transactions(Commit/Reveal), and must comply with to avoid failure.

deploy
burn
chown
transfer
list
send
mint
issue
blacklist
KIP9 specifications