Mint
{
"p": "anc-20",
"op": "mint",
"tick": "avne",
"amt": "1000",
"sign":"hash"
}
Key
Required?
Description
p
Yes
Protocol: Helps other systems identify and process anc-20 events
op
Yes
Operation: Type of event (Deploy, Mint, Transfer)
tick
Yes
Ticker: identifier of the anc-20
amt
Yes
Amount to mint: States the amount of the anc-20 to mint. Has to be less or equal to "lim"
sign
Yes
Generate a hash based on the address to make the minting process fair enough
Last updated