NIP-100
Implementation of Bitcoin Token Interoperability Across Various DEXs
Info
Kind
Description
{
"platform": <String, the name of platform which order come from>,
"orderId": <String, ID of order, SHA256(seller_address_inscriptionId_amount)>,
"sellerAddress": <String, address of seller>,
"productType": <String, product type: ordinal/brc20>,
"orderType": <int, sell-1,buy-2>
"publicKey": <String, public key from seller, for verifying sign>
"sign": <String, sign data with private key>
"data": {
"inscriptionId": <String, id of inscription>,
"coinAmount": <int, amount of tick sold>,
"amount": <int, btc value>,
"psbtRawCreate": <String, psbt raw which seller create>
}
}Process
Message Type
Sent By
Description
Step 1: seller create an order (event)
seller create an order (event)Step 2: buyer pay for order (event)
buyer pay for order (event)Step other: seller Update Order or Delete Order (event)
seller Update Order or Delete Order (event)Last updated