I'm trying to think through how i'll build my nostr login. I need to get node info somehow (ie: username etc. like how other nostr apps get my username and info from my alby extension.
pull down to refresh
pull down to refresh
I'm trying to think through how i'll build my nostr login. I need to get node info somehow (ie: username etc. like how other nostr apps get my username and info from my alby extension.
This one could be helpful, it has a zap interface over nostr.
https://ndkit.com/
i need a js library
It's cross language, not yet documented in the official site.
https://www.npmjs.com/package/@nostr-dev-kit/ndk
does it support getalby auth?
Yes. The NIP-07 works with any compatible signer, Alby included.
https://github.com/nostr-dev-kit/ndk/issues/141
Thanks, I'm planning to use it too, good to find these issues early.