sebastix on Nostr: Rik I'm working on a full integration of NIP-19 in nostrphp but as regular ...
Rik (npub1efz…f9s4) I'm working on a full integration of NIP-19 in nostrphp (npub1php…ha0j) but as regular webdeveloper I'm struggling to write the correct low-level stuff with the encoding/decoding with the bits and bytes before all is being encoded with the bech32 helper.
Work in progress: https://github.com/nostrver-se/nostr-php/tree/nip19 and this is the writeTLVEntry() method where I'm taking care of this: https://github.com/nostrver-se/nostr-php/blob/nip19/src/Nip19/Nip19Helper.php#L200.
So I'm looking for some help / guidance 🤓 Can you help me along? 🙏
Work in progress: https://github.com/nostrver-se/nostr-php/tree/nip19 and this is the writeTLVEntry() method where I'm taking care of this: https://github.com/nostrver-se/nostr-php/blob/nip19/src/Nip19/Nip19Helper.php#L200.
So I'm looking for some help / guidance 🤓 Can you help me along? 🙏
quoting nevent1q…myt6Split off the php implementation of nip44 and nip01 in separate libraries, while listening to #nostr-nl #meet-up with sebastix (nprofile…artg) and constant (nprofile…8rfc), nice to hear people discuss their vision on #nostr. Still needs some polishing, but the basis is there...
https://github.com/nostriphant/nip01
https://github.com/nostriphant/nip44