Mint

Mint DRC 20 token
{
"p": "drc-20",
"op": "mint",
"tick": "aval",
"amt": "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
amt
Yes
Amount to mint: States the amount of the drc-20 to mint. Has to be less or equal to "lim"
Last updated