improves description, grammar

This commit is contained in:
Vitor Pamplona 2024-10-11 11:49:15 -04:00 committed by GitHub
parent 14674d3a59
commit 34a6e98241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
85.md
View File

@ -6,7 +6,7 @@ Trusted Assertions
`draft` `optional`
Certain calculations in Nostr require access to the entire dataset of events and are impossible to do directly by Clients. This NIP allows the creation of services that can perform such calculations and output signed events for each result continuously. Each calculation type receives a separate event kind. Users can set up which service providers they trust to perform these calculations so that Clients can load and display the results accordingly.
Certain calculations in Nostr require access to a large volume of events, making it impractical to perform them directly on clients. This NIP allows service providers to handle such computations in real-time and generate signed events with the results. Each calculation type is assigned a distinct event kind and tag. Users can specify which service providers they trust, enabling clients to load and display the results based on those trusted sources.
Assertions are always addressable events with the `d` tag pointing to the subject of the assertion. The following kinds and tags have been specified:
@ -31,7 +31,7 @@ Assertions are always addressable events with the `d` tag pointing to the subjec
| Address Reaction Count | 30384 | event address | `"reaction_cnt"` (int) |
| Address Zap Count | 30384 | event address | `"zap_cnt"` (int) |
| Address Zap Amount | 30384 | event address | `"zap_amount"` (int, sats) |
| Address WebOfTrust Score| 30383 | event id | `"wot"` (int, normalized 0-100) |
| Address WebOfTrust Score| 30384 | event address | `"wot"` (int, normalized 0-100) |
Example: