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

Hide BRC-20 inscriptions from homepage #2659

Closed
casey opened this issue Nov 10, 2023 · 1 comment · Fixed by #2674
Closed

Hide BRC-20 inscriptions from homepage #2659

casey opened this issue Nov 10, 2023 · 1 comment · Fixed by #2674

Comments

@casey
Copy link
Collaborator

casey commented Nov 10, 2023

BRC-20s make the homepage look pretty ugly, we should probably figure out a way to hide them. This wouldn't change whether they're indexed or not, or whether you can look them up by inscription ID or number, just whether or not you can see them on the homepage.

Some ideas:

  • Do we hide BRC-20, or all text/JSON inscriptions that are valid JSON? A good way to go might be to hide any text inscription which, when trimmed, starts with { and ends with }.
  • Should we hide .bitmap and .sats names? Other names?
@onepixelinscriptions
Copy link

The "homepage explorer" can check, if the Inscription as text contains {, } and "op" then it wouldn't show that Inscription.

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

Successfully merging a pull request may close this issue.

2 participants