Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 473 Bytes

listing-sale.md

File metadata and controls

24 lines (19 loc) · 473 Bytes

Listing Inscription for Sale

Here is what the header should look like when listing an inscription for sale:

{
    "rootTx": "",
    "action": "sell",
    "timestamp": number,
    "data": {

    },
    "signature": "SHA3-512 hash of signature of rootTx + action + timestamp + data"
}

This is what the data field should look like:

"data": {
    "price": number, // The price in satoshis
    "payTo": "" // The address that the payment must be given to
}