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

FakeRelay #6

Closed adamritter closed 1 year ago

adamritter commented 1 year ago

FakeRelay object should be used to not connect to real relays. Just store data in memory and return data when asked. Custom response times should be settable