Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://yonle.github.io/undelete-my-nostr/
Undelete my Nostr account!
https://yonle.github.io/undelete-my-nostr/
nostr nsec undelete
Last synced: 24 days ago
JSON representation
Undelete my Nostr account!
- Host: GitHub
- URL: https://yonle.github.io/undelete-my-nostr/
- Owner: Yonle
- License: bsd-3-clause
- Created: 2023-06-13T07:41:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-09T15:41:12.000Z (11 months ago)
- Last Synced: 2024-05-09T10:12:19.574Z (7 months ago)
- Topics: nostr, nsec, undelete
- Language: JavaScript
- Homepage: https://yonle.github.io/undelete-my-nostr/
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Undelete my Nostr - my-nostr.svg?style=social) - Simple tool for restoring deleted nostr account. (Tools / Client reviews and/or comparisons)
README
Hey hey, Read me first.
So if you are curious, I will explain to you.So how is Nostr account deletion work?
Well, If you are asking about that, That was actually really simple.You send metadata about your new profile, But you put "deleted: true" on it, like this:
{
"name": "Yonle",
"display_name": "Yonle",
"about": "Self taught programmer from Indonesia",
"website": "https://yonle.lecturify.net",
"nip05": "[email protected]",
"lud16": "[email protected]",
"deleted": true // <--- Here's the cause
}So what was the project doing here is by sending Event Deletion event (or kind 5 event) about the conflicting event.
Alright. So that's all about how it works.
My Website : https://yonle.lecturify.net
My Nostr : 347a2370900d19b4e4756221594e8bda706ae5c785de09e59e4605f91a03f49cTry it: https://yonle.github.io/undelete-my-nostr