Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creating offers for runes #4183

Open
casey opened this issue Jan 16, 2025 · 0 comments
Open

Allow creating offers for runes #4183

casey opened this issue Jan 16, 2025 · 0 comments

Comments

@casey
Copy link
Collaborator

casey commented Jan 16, 2025

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.

@raphjaph raphjaph added this to Tracker Jan 16, 2025
@raphjaph raphjaph moved this to To Do in Tracker Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

2 participants