adamritter / nostr-relaypool-ts

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency
https://www.npmjs.com/package/nostr-relaypool
MIT License
63 stars 17 forks source link

Support for event reactions #32

Open SebastiaanWouters opened 1 year ago

SebastiaanWouters commented 1 year ago

I see you have implemented the functionality to collect event reactions and references in the event.ts file, is there anything holding you back from adding it to the latest release? If so, I would like to help.

adamritter commented 1 year ago

Hi Sebastian,

If there are missing things from event.ts, feel free to add and submit pull requests (start small, add unit tests, please).

Right now I'm focusing on other things (bug fixing in relay.ts, caching), but all help is welcome in every part of the library.