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. RESSOURCES

Node : Command list

Create a doge wallet:

node . wallet new

Synchronize your doge wallet:

node . wallet sync

Splitting your UTXOs:

node . wallet split <count>

Replace <count> with the desired UTXOs amount.

Send funds (DOGE):

node . wallet send <WALLET> <OPTIONAL AMOUNT>

Replace <WALLET> with the wallet that will receive your DOGE. Replace <OPTIONAL AMOUNT> with the desired amount. (leave blank to send all your DOGE)

Mint a token:

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

Mint a transfer inscription:

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

Mint from file :

node . mint <WALLET> <PATH>

From data:

node . mint <WALLET> <CONTENT TYPE> <HEX DATA>

Example : node . mint DSV12KPb8m5b6YtfmqY89K6YqvdVwMYDPn "text/plain;charset=utf-8" 576f6f6621

PreviousInfinite loop version (MEDIUM)NextExternal : Links

Last updated 1 year ago

Was this helpful?

📘
đŸĒ›