ERIP-6

Release Date : 12.21.2023 Specification: Era-20 Buy format

from: your wallet 
to: seller wallet 
value: sell price


interface Buy{
   p: string;
   op: string;
   tx: string;
}



//Example :
{
   "p": "era-20",
   "op": "buy",
   "tx": "7c0815f5b366e3d254fd9dfedf791e937512cd706bb8cf94f732c2616ebd8386",
}



To list a token, the wallet must create an inscription transaction in accordance with the Buy interface .

// Types
"p" => Protocol
"op" => Operation
"tx" => List Transaction Id

Last updated