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

Add inscription page #792

Closed
casey opened this issue Nov 15, 2022 · 1 comment
Closed

Add inscription page #792

casey opened this issue Nov 15, 2022 · 1 comment
Assignees

Comments

@casey
Copy link
Collaborator

casey commented Nov 15, 2022

It should be possible to:

  • Share a URL to an inscription on ordinals.com
  • View inscriptions on dedicated pages, instead of at the bottom of the ordinal page

This implies some kind of permalink. I think the easiest thing to base a permalink on is the hash of the transaction in which it appeared. I created issues for inscription names and numbers, which are more complex, and we can worry about those later: #794 and #793.

Question: How do we disambiguate between linking to a transaction and linking to an inscription?

Ideas:

  • inscriptions are bech32 encoded transaction hashes with inscription as the human readable prefix
  • Inscriptions have the hex characters or bytes reversed
  • inscriptions are the hex transaction hash then a slash, then the output number
  • inscriptions are the hex transaction hash with the output number encoded as hex
@casey casey added this to the Prototype Inscriptions milestone Nov 15, 2022
@raphjaph raphjaph self-assigned this Nov 17, 2022
@casey
Copy link
Collaborator Author

casey commented Nov 21, 2022

Fixed in #817.

@casey casey closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants