Deploy

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,etw-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 0x00000000000000000000000000000000000000000000

  • 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