⛏️Mint

When using an inscription service, exercise caution. Certain services may first inscribe the token to their own address before forwarding it to you, meaning the balance initially resides with the inscription service's address. This could be likened to a game of fetch where the service plays the part of an overly eager Shiba Inu, catching the ball first.

{
  "p": "drc-20",
  "op": "mint",
  "tick": "woof",
  "amt": "1000"
}

Parameter Descriptions

Key
Required
Description

p

Yes

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

op

Yes

Operation: Specifies the type of event (Deploy, Mint, Transfer).

tick

Yes

Ticker: A 4-letter identifier of the drc-20.

amt

Yes

Amount to mint: Specifies the amount of the drc-20 to mint. Must be less than the lim set during deployment.

Was this helpful?