Deploy bel-20
To create your own BEL-20 token, the first step is deploying it. This involves inscribing the deploy function to your Belinal-compatible wallet address, defining key parameters like the token's name, ticker, and supply limits.
{
"p": "bel-20",
"op": "deploy",
"tick": "ordi",
"max": "21000000",
"lim": "1000"
}
Key |
Required? |
Description |
---|---|---|
p |
Yes |
Protocol: Helps other systems identify and process bel-20 events |
op |
Yes |
Operation: Type of event (Deploy, Mint, Transfer) |
tick |
Yes |
Ticker: 4 or 5 letter identifier of the bel-20 |
max |
Yes |
Max supply: set max supply of the bel-20 |
lim |
No |
Mint limit: If letting users mint to themsleves, limit per ordinal |