Deploy drc-20
This documentation illustrates examples using $NINT. The same logic applies to any token; simply substitute your token name wherever $NINT appears.
{
"p": "drc-20",
"op": "deploy",
"tick": "nint",
"max": "21000000",
"lim": "1000"
}
| Key | Required? | Description |
|---|---|---|
| p | Yes | Protocol: Helps other systems identify and process drc-20 events. |
| op | Yes | Operation: Type of event (Deploy, Mint, Transfer). |
| tick | Yes | Ticker: 4 letter identifier of the drc-20. |
| max | Yes | Max supply: set max supply of the drc-20. |
| lim | No | Mint limit: If letting users mint to themsleves, limit per ordinal. |
| dec | No | Decimals: set decimal precision, default to 18. |

