From 81a87f7bf2f7afc2d77b469db56f81e635f58a6a Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 27 Dec 2022 07:55:03 -0300 Subject: [PATCH] add examples for nip19. --- 19.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/19.md b/19.md index 9235196d..8f05b672 100644 --- a/19.md +++ b/19.md @@ -41,3 +41,12 @@ These possible standardized `TLV` types are indicated here: - for `nevent` it will be the 32 bytes of the event id - `1`: `relay` - A relay in which the entity (profile or event) is more likely to be found, encoded as UTF-8. This may be included multiple times. + +## Examples + +- `npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6` should decode into the public key hex `3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d` and vice-versa +- `nsec180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsgyumg0` should decode into the private key hex `3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d` and vice-versa +- `nprofile1qqsrhuxx8l9ex335q7he0f09aej04zpazpl0ne2cgukyawd24mayt8gpp4mhxue69uhhytnc9e3k7mgpz4mhxue69uhkg6nzv9ejuumpv34kytnrdaksjlyr9p` should decode into a profile with the following TLV items: + - pubkey: `3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d` + - relay: `wss://r.x.com` + - relay: `wss://djbas.sadkb.com`