Create Drc20-Pairs
Inscribe the drc20-paris function to you ordinal compatible wallet with the desired drc-20 parameters set.
{
"p": "pair-v1",
"op": "create",
"tick0": "wow",
"tick1": "doge",
"addr": "Dxxxxxxxx"
}
command parameter description
KEY
REQUIRE
DESCRIPTION
p
yes
Protocol: Helps other systems identify and process drc-20 events
op
yes
Operation: Type of event (create, add, remove, swap)
tick
yes
Ticker: letter identifier of the two drc-20
addr
no
get reward of the pairs operation
Last updated