Mint drc-20
If you’re using an inscription service, be careful. Certain tools may inscribe the token to their own wallet first before sending it on to you. This means the balance is initially held by the service’s address.
{
"p": "drc-20",
"op": "mint",
"tick": "nint",
"amt": "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 or 5 letter identifier of the drc-20 |
amt |
Yes |
Amount to mint: States the amount of the bel-20 to mint. Has to be less than "lim" above if stated |
You can view the token's available supply here: open explorer
