-
Notifications
You must be signed in to change notification settings - Fork 126
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
Comments
Could be a simple addition but it wont have much usage |
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? |
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. |
Oh just for search you can look for the search component |
Implemented a first draft, let me know what you think about it: #589 |
|
[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.
The text was updated successfully, but these errors were encountered: