Deploy
The destination address is the black hole address, where 1 INJ is transferred to.
Requirement
Valid UTF-8 encoded JSON string.
Example
{
"p": "isc-20",
"op": "deploy",
"tick": "injb",
"max": "21000000",
"lim": "1000",
"burn": "0.1",
}Fields
p
yes
Protocol name: Helps other systems identify
op
yes
Operation: Type of event (Deploy, Mint, Transfer, List, Unlist, Deal)
tick
yes
Ticker: The identifier for ISC-20, unique. In case of duplicates, the first one shall prevail, and it is not case-sensitive.
max
yes
Max supply: set max supply of the ISC-20
lim
yes
Mint limit: Limit per inscription.
burn
yes
Burn Value: The amount of INJ that must be sent to the black hole address when casting the inscription. Only when the amount sent matches the deployed inscription amount can it be parsed as a verification transaction. (The quantity required to cast each inscription is defined here.)
Last updated