🐶
drc-20 standard
  • 🐕drc-20
  • 🤓How It Works
    • 💰Balance Fetching
    • 💸Balance Transfer
    • ✅Verify Transfers
    • 🔁Redundancies
  • 🏗️Operations
    • 🚀Deploy drc-20
    • ⛏️Mint drc-20
    • 🚀Transfer drc-20
  • 🔢Indexer
Powered by GitBook
On this page
  1. Operations

Deploy drc-20

In our documentation, we've chosen to use $WOOF as our example token. This is purely for demonstration purposes. However, the principles apply just the same to your chosen token. Just replace $WOOF with your token's name and you're good to go!

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

p

Yes

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

op

Yes

Operation: Type of event (Deploy, Mint, Transfer).

tick

Yes

Ticker: 4 letter identifier of the drc-20.

max

Yes

Max supply: set max supply of the drc-20.

lim

No

Mint limit: If letting users mint to themsleves, limit per ordinal.

dec

No

Decimals: set decimal precision, default to 18.

PreviousOperationsNextMint drc-20

Last updated 2 years ago

🏗️
🚀