diff options
| author | Ricardo Arturo Cabral Mejía <me@ricardocabral.io> | 2022-08-18 17:46:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 17:46:24 -0400 |
| commit | c9b89cf982099ce19f4b07b7cbd38ce0b4dfc907 (patch) | |
| tree | 398bf12f52cbff1d813ddfc9bfb44145a77fa7c8 | |
| parent | e621d78e28ea6e2e6f01a750647686bf3885a53f (diff) | |
chore: add testnet-like use case
| -rw-r--r-- | 27.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -77,6 +77,7 @@ up to date. Both would construct the following message to subscribe: | |||
| 77 | 6. Live events can take advantage of ephemeral events and previously-shared multicast group for communication during the event. | 77 | 6. Live events can take advantage of ephemeral events and previously-shared multicast group for communication during the event. |
| 78 | 7. Smart contracts may communicate in privacy-preserving way with individual clients using unique short-lived multicast groups. | 78 | 7. Smart contracts may communicate in privacy-preserving way with individual clients using unique short-lived multicast groups. |
| 79 | 8. Clients interested in Bitcoin prices in USD may subscribe to the multicast group "prices:btc:usd". Many providers may publish their events to the same multicast groups. | 79 | 8. Clients interested in Bitcoin prices in USD may subscribe to the multicast group "prices:btc:usd". Many providers may publish their events to the same multicast groups. |
| 80 | 9. Testnet-like multicast group for debugging in Nostr. | ||
| 80 | 81 | ||
| 81 | # Notes | 82 | # Notes |
| 82 | 83 | ||