⛏ī¸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

KeyRequiredDescription

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.

Important Warning:

Be sure to carefully input the correct values in your JSON object. An incorrect ticker, amount greater than the limit, or any other error in the command parameters could result in failure to mint your tokens. Review your commands carefully before execution to prevent any mishaps, Shiba Scout!

You can use this service to check your json file before minting your tokens. https://jsonlint.com/