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

Deploy

PreviousDrc-20 : OperationsNextMint

Was this helpful?

In this guide, we'll use $WOOF as our example token for illustrative purposes. However, the principles are exactly the same for your chosen token. Just replace $WOOF with the name of your token and you're good to go!

Here's an example of what the command could look like:

{ 
  "p": "drc-20",
  "op": "deploy",
  "tick": "woof",
  "max": "21000000",
  "lim": "1000"
}

Important Warning:

Once the deployment process is initiated, the parameters set for your drc-20 token, such as ticker, max supply, mint limit, and decimal precision, are final and cannot be modified. Make sure to review your command and its parameters carefully before deployment. Ensuring accuracy at this stage is vital to prevent any issues or undesired results in the future. Proceed with caution, Shiba Scout! 🐾

Here's a brief overview of each key in the command:

Key
Required?
Description

p

Yes

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

op

Yes

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

tick

Yes

Ticker: This is a 4 letter identifier of the drc-20.

max

Yes

Max supply: This sets the max supply of the drc-20.

lim

No

Mint limit: This sets the limit per ordinal if users are allowed to mint to themselves.

dec

No

Decimals: This sets decimal precision, which defaults to 18.

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

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