Operations
Deploy XRC-20 $xtai is only used for demo purposes in the docs. It has already reached its max supply
{
"p": "xrc-20",
"op": "deploy",
"tick": "xtai",
"max": "21000000",
"lim": "1000"
" P ":" (xl, yl), ( xr, yr), L, S",
" K ": "{x0, y0, z0, m0, 𝛼1, 𝛼2 }"
"𝛼1":"0~255";
"𝛼2":"0~255";
"𝑥(𝑡)":" { yi }"
"ℎ(𝑡 − 1)":" The hidden status of the GRU system at the last moment "
"𝑟":"𝜎(𝑥(𝑡)𝑤(𝑥𝑟)ℎ(𝑡 − 1)𝑤(ℎ𝑟) + 𝑏𝑟)"
"𝑧":" 𝜎(𝑥(𝑡)𝑤(𝑥𝑧)ℎ(𝑡 − 1)𝑤(ℎ𝑧) + 𝑏𝑟)"
}
p
yes
Protocol: Helps other systems identify and process xrc-20 events
op
yes
Operation: Type of event (Deploy, Mint, Transfer)
tick
yes
Ticker: 4 Letter identifier of the xrc-20
max
yes
Max supply: set max supply of the xrc-20
lim
no
Mint limit: Limit per ordinal if letting users mint to themselves,
dec
no
Decimals: Set decimal precision, default to 18
P
yes
The coordinate values of the upper left and lower right corners of the label, as well as the lengths of the long and short sides
K
yes
Key
{x0 , y0 , z0 , m0 }
yes
Lorenz chaotic system initial value
𝛼1
yes
Integer random number
𝛼2
yes
Integer random number
𝑥(𝑡)
yes
The pseudo-random signal yi is used as the initial input of GRU.
ℎ(𝑡 − 1)
yes
The hidden state passed down from the previous node in the GRU system
Last updated