Deploy
Deployment requires JSON to be prefixed, if the JSON is legal and the check has not been deployed, it is a valid deployment.
When deploying, we need to specify some required fields.
Key | Required | Description |
---|---|---|
p | yes | protocol name,ton-20 |
op | yes | operation type: "deploy" | "mint" | "transfer", Use "deploy". |
tick | yes | token name, case insensitive |
max | yes | max supply. |
lim | yes | limit for each mint. |
requires attention:
Should not sent to address EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c
tick is case-insensitive
Since different indexes have different versions of JSON, here is a restriction, the last field of JSON cannot have a comma (,).
like this:
Last updated