jiftechnify / nostr-fetch

A utility library that allows JS/TS apps to effortlessly fetch past events from Nostr relays.
MIT License
46 stars 2 forks source link

[Feature Request] nostr-rust adapter #109

Open reyamir opened 1 year ago

reyamir commented 1 year ago

GH: https://github.com/rust-nostr/nostr

jiftechnify commented 10 months ago

Sorry for delay in replying (I haven't had enough time to work on nostr-fetch recently), and I appreciate your feature request.

It seems that all event fetching functionalities of rust-nostr are in nostr-sdk crate, and it's JS binding should exist as a npm package named @rust-nostr/nostr-sdk-js, but it hasn't published on npm registry yet, unfortunately.

Maybe all I can do is poking author of rust-nostr...?

reyamir commented 10 months ago

Yo, thank for reply. It seem nothing much we can't do at this time, only can install it via git instead of npm

But it still in alpha state, maybe all apis can be change in the future, so you can put this feature request to backlog 😅

reyamir commented 9 months ago

Yo, look like the @rust-nostr/nostr-sdk-js package is published now https://www.npmjs.com/package/@rust-nostr/nostr-sdk