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
  • Single Minting
  • Bulk Minting

Was this helpful?

  1. EXPERT GUIDES
  2. How to : Mint (VPS)
  3. Inscription-wallet, on a VPS

Minting Your First DRC-20 Tokens

PreviousMinting DRC-20 Tokens EnvironmentNextInscription-wallet, on Windows

Last updated 1 year ago

Was this helpful?

After setting up your environment, funding your wallet, and syncing it with the network, it's time to start minting your own DRC-20 tokens! This process can be done in one of two ways:

Single Minting

If you just want to mint tokens once, you can use the following command:

node . drc-20 mint <WALLET> <TICKER> <AMOUNT>

Replace <WALLET> with the address of the wallet you want to send tokens to, <TICKER> with the ticker symbol of your token, and <AMOUNT> with the number of tokens you want to mint.

Bulk Minting

If you're planning to mint tokens multiple times, you might prefer to use the bulk minting command. This allows you to set up several mints at once, letting the server do the rest:

-- SEE THE DEDICATED QUICK MINTING GUIDE --

Refer to our for more detailed instructions on how to use the bulk minting command.

With this, you're ready to start minting DRC-20 tokens!

📕
đŸļ
quick minting guide