ESCC Documention
  • Introduction to ESCC
    • About ESCC
    • Background of ESCC
    • The Need for ESCC in the Stablecoin Ecosystem
  • Getting Started
    • Network Information
    • Wallet Configuration
    • Getting Balance From Faucet
  • Core Features and Technical Aspects of ESCC
    • ESCC Technical Architecture
    • Core Features of ESCC
    • Understanding EOS EVM Compatibility
    • Inscription protocols and their application in ESCC
      • Definition and importance of inscriptions
      • Technical Implementation of Inscriptions in ESCCage
      • Developing and Deploying Inscriptions
        • Deploy
        • Mint
  • ESCC Network Insights
    • Tokenomics
  • ESCC Use Cases and Applications
    • Potential Areas for ESCC Application
  • ESCC Roadmap
  • Frequently Asked Questions (FAQ)
  • Resources and Further Reading
Powered by GitBook
On this page
  1. Core Features and Technical Aspects of ESCC
  2. Inscription protocols and their application in ESCC
  3. Developing and Deploying Inscriptions

Mint

data:,{"p":"escc-20","op":"mint","tick":"escc","amt":"3"}

{ 
  "p": "escc-20",
  "op": "mint",
  "tick": "escc",
  "amt": "3"
}
Param
Required
Definition
Example

p

Yes

Protocole's name

escc-20

op

Yes

Operation's name

Mint token

tick

Yes

Token's name

escc

amt

Yes

Amount get by mint

3

  • "p": "escc-20": This represents the protocol identifier, named "escc-20".

  • "op": "mint": Indicates the operation type, "mint", which in blockchain terminology refers to the creation of new tokens.

  • "tick": "escc": Symbol for the token, which is "escc".

  • "amt": "3": Specifies the amount for the operation, in this case, "3". In the context of minting, this would likely mean that 3 units of the "free" token are to be created.

PreviousDeployNextESCC Network Insights

Last updated 1 year ago