-
Notifications
You must be signed in to change notification settings - Fork 25
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
docs: payment verifications & internet identifiers #72
base: main
Are you sure you want to change the base?
docs: payment verifications & internet identifiers #72
Conversation
8a1b34c
to
fce9714
Compare
@mistakia do you think the Internet Identifiers content should be extracted to a different page? |
Think it's fine to keep as a single page for now. We haven't really established a guideline for when a page should be broken into sub-pages. It should occur when a certain number of distinct sections exist and the page exceeds a certain length. I think we've yet to clearly exceed those thresholds here. |
cae1dd3
to
caf26df
Compare
caf26df
to
7c57e9c
Compare
I've removed the section on amount-based payment verification. @mistakia anything else you'd like changed before we merge this? I'm seeing more identifier services coming online, and would like to encourage them to adopt these protocols. |
I propose the following for the
EDIT: Obviously if there is a better way to word all that, feel free to change it up. |
@@ -184,7 +184,7 @@ For convenience, users may prefer to use internet identifiers as an alternative | |||
|
|||
For this reason, it is preferable for Nano wallet clients to support handling of Nano internet identifiers in addition to Nano public addresses. | |||
|
|||
An internet identifier, defined in [RFC-5322 Section 3.4.1](https://datatracker.ietf.org/doc/html/rfc5322#section-3.4.1) as an `"addr-spec"`, is an email address-like identifier that contains a locally interpreted string, the `<local-part>`, followed by the at-sign character ("@"), followed by an Internet domain, the `<domain>`, resulting in `<local-part>@<doman>`. | |||
An internet identifier, defined in [RFC-5322 Section 3.4.1](https://datatracker.ietf.org/doc/html/rfc5322#section-3.4.1) as an `"addr-spec"`, is an email address-like identifier that contains a locally interpreted string, the `<local-part>`, followed by the at-sign character ("@"), followed by an Internet domain, the `<domain>`. To avoid confusion with email addresses, it is recommended that services that support Nano Internet Identifiers use the at-sign as a prefix for both the `<local-part>` and the `<domain>`, resulting in `@<local-part>@<doman>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resulting in
@<local-part>@<doman>
domain*
No description provided.