You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offers for runes are trickier than for inscriptions, since the bidder must specify not only which rune they wish to buy, but which UTXO or UTXOs containing those runes they want to create an offer for.
As a first pass on this feature, we should allow:
ord wallet offer create --rune <AMOUNT>:<NAME> --utxo <UTXO>
ord wallet offer accept --rune <AMOUNT>:<NAME>
Where UTXO is the utxo containing the runes to bid on, is the amount to purchase, and <NAME> is the name of the rune.
The offer should send all other runes to the seller recipient address.
The text was updated successfully, but these errors were encountered:
Offers for runes are trickier than for inscriptions, since the bidder must specify not only which rune they wish to buy, but which UTXO or UTXOs containing those runes they want to create an offer for.
As a first pass on this feature, we should allow:
ord wallet offer create --rune <AMOUNT>:<NAME> --utxo <UTXO>
ord wallet offer accept --rune <AMOUNT>:<NAME>
Where
UTXO
is the utxo containing the runes to bid on, is the amount to purchase, and<NAME>
is the name of the rune.The offer should send all other runes to the seller recipient address.
The text was updated successfully, but these errors were encountered: