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

Search via Plebnames, lookup npub in Bitcoin OP_RETURN #586

Open
MichiSpebach opened this issue Aug 31, 2024 · 7 comments
Open

Search via Plebnames, lookup npub in Bitcoin OP_RETURN #586

MichiSpebach opened this issue Aug 31, 2024 · 7 comments
Labels
question Further information is requested

Comments

@MichiSpebach
Copy link

MichiSpebach commented Aug 31, 2024

[enhancement, question]:
When I implement searching npubs via Plebnames like showcased at http://plebnames.org/?url=test would this pull request be merged?
Plebnames would provide completely decentralized, uncensorable and unique aliases for npubs. Only normal Bitcoin explorers like mempool.space or blockstream.info need to be accessed.

Describe the solution you'd like
When I search for a name in the top right search bar a lookup in the Bitcoin chain is made (via. arbitrary Bitcoin explorers) to check if there is a Plebname with an attached Nostr npub. If there is one it appears in the search results.

@v0l
Copy link
Owner

v0l commented Sep 9, 2024

Could be a simple addition but it wont have much usage

@v0l v0l added the question Further information is requested label Sep 9, 2024
@MichiSpebach
Copy link
Author

Yeah, I agree for now, it is based on the network effect, but I encourage everyone to look into the Plebnames protocol at https://github.com/MichiSpebach/plebnames and claim your name with just your Bitcoin wallet. Would be cool to have a truly decentralized and uncensorable name system to lookup npubs.

I start now with understanding the snort codebase and finding the correct place to add this to the search. Any hint where to look?

@MichiSpebach
Copy link
Author

Thanks for the hint. If I am not mistaken this is about logging in, I want to build it into the search. Or is logging in with a npub the same? Anyway I will find it.

@v0l
Copy link
Owner

v0l commented Sep 13, 2024

Oh just for search you can look for the search component

@MichiSpebach
Copy link
Author

MichiSpebach commented Sep 17, 2024

Implemented a first draft, let me know what you think about it: #589

@ndee
Copy link

ndee commented Sep 30, 2024

plebnames is such an elegant solution for a decentralized and efficient name service - on Bitcoin. I hope this PR gets merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants