Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@silverpill @errhead @dave Also lnurl is an insane concept to begin with. It's literally a binary encoded URL for the sole purpose of being bech32 compatible. Like for the same reason you would put a protocol in front of some identifier just so it parses as a URL. lnurl is the equivalent idea for bech32. lud16 identifiers can be converted into lnurls by simply taking https://${host}/.well-known/lnurlp/${name}, converting to binary, then bech32 encoding it. To me it's kind of a crazy idea that makes everything more opaque to users and it's extra work. It's weird people have built so much up around this idea.