EN
EnglishChineseFrenchSpanishRussian
  • 🐾Introduction
    • â›Šī¸Drc-20 : Introduction
      • Debunking Myths and Navigating Standards
    • 📏Drc-20 : Basis Rules
      • 💰Balance Fetching
      • 💸Balance Transfer
      • â˜‘ī¸Verify Transfers
      • 🔄Redundancies
    • đŸ—ī¸Drc-20 : Operations
      • 🚀Deploy
      • â›ī¸Mint
      • 🔰Transfer
  • 📗BEGINNER GUIDE
    • 💎How to : Find GEMS
    • âš–ī¸How to : Check your balance
    • đŸļHow to : Install DogeLabs Wallet
    • 👛How to : Create or Import your Wallet
    • 💲How to : Fund your DOGE Wallet
    • 💰How to : Buy DRC-20 Tokens
      • DRC-20.org guide
      • Doggy.market guide
    • 💸How to : Sell DRC-20 Tokens
    • â†”ī¸How to : Transfer assets (wallet to wallet)
    • đŸ”ĨHow to : Fix 99.99% of Issues
    • đŸ§¯How to : Fix the remaining 00.01% if unlucky
    • 💟Donation
  • 📕EXPERT GUIDES
    • đŸļHow to : Mint (VPS)
      • Inscription-wallet, on a VPS
        • Install PuTTY
        • Connect to Your VPS Using PuTTY
        • Setting Up the Environment
        • Minting DRC-20 Tokens Environment
        • Minting Your First DRC-20 Tokens
      • Inscription-wallet, on Windows
    • đŸšĻHow to : Verify my JSON File
    • 🐇How to : Quick Mint (∞)
      • Infinite loop version (EASY)
      • Infinite loop version (MEDIUM)
  • 📘RESSOURCES
    • đŸĒ›Node : Command list
    • 🌐External : Links
  • OTHERS
    • 👋Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. Introduction
  2. Drc-20 : Operations

Mint

PreviousDeployNextTransfer

Was this helpful?

When using an inscription service, exercise caution. Certain services may first inscribe the token to their own address before forwarding it to you, meaning the balance initially resides with the inscription service's address. This could be likened to a game of fetch where the service plays the part of an overly eager Shiba Inu, catching the ball first.

{
  "p": "drc-20",
  "op": "mint",
  "tick": "woof",
  "amt": "1000"
}

Parameter Descriptions

Key
Required
Description

p

Yes

Protocol: Helps other systems identify and process drc-20 events.

op

Yes

Operation: Specifies the type of event (Deploy, Mint, Transfer).

tick

Yes

Ticker: A 4-letter identifier of the drc-20.

amt

Yes

Amount to mint: Specifies the amount of the drc-20 to mint. Must be less than the lim set during deployment.

Important Warning:

Be sure to carefully input the correct values in your JSON object. An incorrect ticker, amount greater than the limit, or any other error in the command parameters could result in failure to mint your tokens. Review your commands carefully before execution to prevent any mishaps, Shiba Scout!

You can use this service to check your json file before minting your tokens.

🐾
đŸ—ī¸
â›ī¸
https://jsonlint.com/