NIP-39: minor readability changes

adds newlines in some places to make it more readable
This commit is contained in:
Semisol 2023-03-13 04:43:17 +03:00 committed by GitHub
parent a9139ee9a4
commit fffe868a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
39.md
View File

@ -39,24 +39,28 @@ Identity names SHOULD be normalized if possible by replacing uppercase letters w
### `github` ### `github`
Identity: A GitHub username. Identity: A GitHub username.
Proof: A GitHub Gist ID. This Gist should be created by `<identity>` with a single file that has the text `Verifying that I control the following Nostr public key: <npub encoded public key>`. Proof: A GitHub Gist ID. This Gist should be created by `<identity>` with a single file that has the text `Verifying that I control the following Nostr public key: <npub encoded public key>`.
This can be located at `https://gist.github.com/<identity>/<proof>`. This can be located at `https://gist.github.com/<identity>/<proof>`.
### `twitter` ### `twitter`
Identity: A Twitter username. Identity: A Twitter username.
Proof: A Tweet ID. The tweet should be posted by `<identity>` and have the text `Verifying my account on nostr My Public Key: "<npub encoded public key>"`. Proof: A Tweet ID. The tweet should be posted by `<identity>` and have the text `Verifying my account on nostr My Public Key: "<npub encoded public key>"`.
This can be located at `https://twitter.com/<identity>/status/<proof>`. This can be located at `https://twitter.com/<identity>/status/<proof>`.
### `mastodon` ### `mastodon`
Identity: A Mastodon instance and username in the format `<instance>/@<username>`. Identity: A Mastodon instance and username in the format `<instance>/@<username>`.
Proof: A Mastodon post ID. This post should be published by `<username>@<instance>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`.
Proof: A Mastodon post ID. This post should be published by `<username>@<instance>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`.
This can be located at `https://<identity>/<proof>`. This can be located at `https://<identity>/<proof>`.
### `telegram` ### `telegram`
Identity: A Telegram user ID. Identity: A Telegram user ID.
Proof: A string in the format `<ref>/<id>` which points to a message published in the public channel or group with name `<ref>` and message ID `<id>`. This message should be sent by user ID `<identity>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`. Proof: A string in the format `<ref>/<id>` which points to a message published in the public channel or group with name `<ref>` and message ID `<id>`. This message should be sent by user ID `<identity>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`.
This can be located at `https://t.me/<proof>`. This can be located at `https://t.me/<proof>`.