hzrd149 on Nostr: If there are any board JavaScript developers out there that want to build a nostr ...
If there are any board JavaScript developers out there that want to build a nostr thing and earn sats. I'm officially putting up a bounty to integrate rx-nostr into node-red
I'm offering 100k sats to anyone who will build and publish a working rx-nostr -> node-red integration
It needs to fulfill the following requirements
- Easy to install ( should be searchable in the UI )
- Support for all options in `createRxNostr` including signer and default relays
- Support for creating subscriptions using `createRxForwardReq`
- Events returned from subscriptions should be node-red messages
- A node for easily publishing an event to the default or custom set of relays ( using `rxNostr.send` )
50k bonus if you can also create a package that integrates applesauce EventStore into node-red
- Configuration node for creating a global EventStore
- Query node for subscribing to the store using one of the Queries
I don't know if I'm asking too much but I really want to see this built. I think we could do a lot of bot / DVM prototyping if we had a way to use nostr in node-red
For example. if we had both of these integrations it would be easy to setup a node-red flow that would
- Connect to a set of relays and listen for events (kind 1 mentions)
- Do some work with new events
- Easily respond using applesauce factory to create a reply event
- repeat... ( profit? )
sites:
rx-nostr https://penpenpng.github.io/rx-nostr/
node-red https://nodered.org/
applesauce https://hzrd149.github.io/applesauce/core/event-store.html
I'm offering 100k sats to anyone who will build and publish a working rx-nostr -> node-red integration
It needs to fulfill the following requirements
- Easy to install ( should be searchable in the UI )
- Support for all options in `createRxNostr` including signer and default relays
- Support for creating subscriptions using `createRxForwardReq`
- Events returned from subscriptions should be node-red messages
- A node for easily publishing an event to the default or custom set of relays ( using `rxNostr.send` )
50k bonus if you can also create a package that integrates applesauce EventStore into node-red
- Configuration node for creating a global EventStore
- Query node for subscribing to the store using one of the Queries
I don't know if I'm asking too much but I really want to see this built. I think we could do a lot of bot / DVM prototyping if we had a way to use nostr in node-red
For example. if we had both of these integrations it would be easy to setup a node-red flow that would
- Connect to a set of relays and listen for events (kind 1 mentions)
- Do some work with new events
- Easily respond using applesauce factory to create a reply event
- repeat... ( profit? )
sites:
rx-nostr https://penpenpng.github.io/rx-nostr/
node-red https://nodered.org/
applesauce https://hzrd149.github.io/applesauce/core/event-store.html