This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workflow Notes | |
1. Objective | |
Goal: | |
Build a converter that can transform Nostr event identifiers between three formats: | |
HEX: A 64‑character hexadecimal string (32 bytes). | |
note1: A human‑friendly display format using standard bech32 encoding. | |
nevent: A format using bech32m that includes TLV (type–length–value) metadata (such as relay URIs, public key, and event kind). | |
2. Challenges and Struggles | |
Different Encoding Schemes: |
OlderNewer