Deploy
Key | Required ? | Description |
---|---|---|
p | Yes | Protocol: Helps other systems identify and process injrc-20 events |
op | Yes | Operation: Type of event (Deploy, Mint, Transfer) |
tick | Yes | Ticker: 4-6 letter identifier |
max | Yes | Max supply: set max supply |
lim | No | Mint limit: If letting users mint to themsleves, limit per ordinal |
start | NO | Start block: The block height at which the Mint operation takes effect. It takes effect immediately if not set |
halve | NO | Mint halve limit:If not set, the limit value for halving with remaining supply will not be executed, value is "true" or "false" |
Deploy Rules
When creating a deploy operation, if the destination address is the same as the from address, transfer any amount to any address will result in a successful mint.
If the destination address is different from the from address, .The transfer amount and destination address needs to match deployment operation valve to mint.
Last updated