Deploy

Create a DRC 20 token
{
"p": "drc-20",
"op": "deploy",
"tick": "drc",
"max": "2100000000000000",
"lim": "100000000"
}
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: identifier of the drc-20
max
Yes
Max supply: set max supply of the drc-20
lim
Yes
Mint limit: limit per inscription
Last updated