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
Current, ord wallet offer create and ord wallet offer accept only allow swapping bitcoin for an inscription.
It would be nice, similar to @lifofifoX's SWAP, to make it possible to swap one inscription for another.
Something like:
ord wallet offer create --inscription ID0 --for ID1 --fee-rate 1
ord wallet offer accept --inscription ID0 --for ID1
--for is not a great name for the flag. We currently have --amount, which is the bitcoin amount, but if we're making this more generic over types of payment, we could consider changing that to.
Maybe --price, which accepts a bitcoin amount or inscription ID?
The text was updated successfully, but these errors were encountered:
Current,
ord wallet offer create
andord wallet offer accept
only allow swapping bitcoin for an inscription.It would be nice, similar to @lifofifoX's SWAP, to make it possible to swap one inscription for another.
Something like:
--for
is not a great name for the flag. We currently have--amount
, which is the bitcoin amount, but if we're making this more generic over types of payment, we could consider changing that to.Maybe
--price
, which accepts a bitcoin amount or inscription ID?The text was updated successfully, but these errors were encountered: