This package includes the adapter for nostr-tools' SimplePool
which allows it to work with nostr-fetch, a utility library for fetching past events from Nostr relays.
If you want to use nostr-fetch, here is a good start point!
import { SimplePool } from 'nostr-tools';
import { NostrFetcher } from 'nostr-fetch';
import { simplePoolAdapter } from '@nostr-fetch/adapter-nostr-tools'
const pool = new SimplePool();
const fetcher = NostrFetcher.withCustomPool(simplePoolAdapter(pool));
adapter version | nostr-tools version |
---|---|
* | 1.3.0 |