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

Ability to display held inscriptions publicly #1189

Open
casey opened this issue Jan 10, 2023 · 1 comment
Open

Ability to display held inscriptions publicly #1189

casey opened this issue Jan 10, 2023 · 1 comment

Comments

@casey
Copy link
Collaborator

casey commented Jan 10, 2023

From @haribosan's comment in #784:

Collectors that want to make their collections public are going to need their own identifier too, something that links to all their inscriptions. Not sure if there are more elegant ways to achieve this but a static bitcoin address could easily do the trick: collectors can re-use the same address each time they add a new inscription to their collection, thus making all their art publicly fall under the same ID / owner. In this context, address reuse is clearly a non issue. What could be an issue is the ability for anyone to spam known collectors by sending them bogus inscriptions. But I believe having a prime ordinal equivalent for collectors is a very important feature to have.

Showing off collections of owned NFTs is something that users like to do.

There are a few ways we could do this:

  • Make the wallet reuse addresses, so you can trivially see which inscriptions are owned by the same person.
  • Allow the user to publish their extended public key to the server, so the server can see all addresses that a given wallet has, and thus all the inscriptions it owns.
  • Allow the user to do something like Easy ownership stamping #1156, where they use an inscription in a transaction with their prime inscription.
@casey casey mentioned this issue Jan 10, 2023
@batcavekid
Copy link
Contributor

batcavekid commented Jan 12, 2023

I echo the importance of allowing users to have a public wallet/collection.

A potential solution to the spam issue is a "HIDE" feature in the UX of ordinals.com (or other sites), which allows the owner of a wallet to hide inscriptions.

Or perhaps you could mark them as spam at a higher level, by signing, such that all sites could recognize them as spam and opt to hide them.

Edit: one cool thing about getting spammed with inscribed sats is that you can spend them!

@casey casey changed the title Public ownership Ability to display held inscriptions publicly Feb 6, 2023
@raphjaph raphjaph added this to Tracker Dec 11, 2024
@raphjaph raphjaph moved this to To Do in Tracker Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

2 participants