⛏️Mint drc-20

If you're using an inscription service, be cautious. Some tools might inscribe the token to their own address first, then forward it to you, the customer. This means that the balance initially lands with the inscription service's address. Think of it as a game of fetch where the service is an overly enthusiastic Shiba Inu that catches the ball first.

{
  "p": "drc-20",
  "op": "mint",
  "tick": "woof",
  "amt": "1000"
}
KeyRequired?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.

amt

Yes

Amount to mint: States the amount of the drc-20 to mint. Has to be less than "lim" if stated during the deployment.

Last updated