0.17.0 • Published 9 months ago
@nostr-fetch/adapter-nostr-relaypool v0.17.0
@nostr-fetch/adapter-nostr-relaypool
This package includes the adapter for
nostr-relaypool's RelayPool
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!
Example
import { RelayPool } from "nostr-relaypool";
import { NostrFetcher } from "nostr-fetch";
import { relayPoolAdapter } from "@nostr-fetch/adapter-nostr-relaypool";
const pool = new RelayPool();
const fetcher = NostrFetcher.withCustomPool(relayPoolAdapter(pool));
Minimum Supported Version of nostr-relaypool
adapter version | nostr-relaypool version |
---|---|
* | 0.6.28 |
0.16.0
9 months ago
0.17.0
9 months ago
0.15.1
1 year ago
0.15.0
1 year ago
0.14.0
2 years ago
0.14.1
2 years ago
0.10.0
2 years ago
0.11.0
2 years ago
0.10.1
2 years ago
0.12.0
2 years ago
0.11.1
2 years ago
0.13.0
2 years ago
0.12.1
2 years ago
0.13.1
2 years ago
0.12.2
2 years ago
0.9.0
2 years ago
0.8.0
2 years ago
0.7.0
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago