Mint

Similar to deployment, send the transaction to yourself and make sure the JSON fields contain valid content. Ensure that the nonce hasn't been utilized previously and, for a workload inscription, it should align with the hash.

KeyRequiredDescription

p

yes

protocol name

op

yes

operation type: "deploy" | "mint" | "transfer"

tick

yes

token name. must be unique, case-insensitive

amt

yes

same as deployment

nonce

no

unique value, timestamp is recommended or hash_rate

Demo:

data:,{"p":"CRC20","op":"mint","tick":"COBE","amt":"10"}
{
"p":"CRC20",
"op":"mint",
"tick":"ethi",
"amt":"1000",
"nonce":"1"
}

Last updated