tmp
This commit is contained in:
@ -3,14 +3,15 @@
|
||||
A collection of caching and querying techniquies used by https://snort.social to serve all content from the nostr protocol.
|
||||
|
||||
Simple example:
|
||||
|
||||
```js
|
||||
import {
|
||||
NostrSystem,
|
||||
EventPublisher,
|
||||
UserRelaysCache,
|
||||
RequestBuilder,
|
||||
FlatNoteStore,
|
||||
StoreSnapshot
|
||||
import {
|
||||
NostrSystem,
|
||||
EventPublisher,
|
||||
UserRelaysCache,
|
||||
RequestBuilder,
|
||||
FlatNoteStore,
|
||||
StoreSnapshot
|
||||
} from "@snort/system"
|
||||
|
||||
// Provided in-memory / indexedDb cache for relays
|
||||
@ -63,4 +64,4 @@ const System = new NostrSystem({
|
||||
// these patterns will be managed in @snort/system-react to make it easier to use react or other UI frameworks
|
||||
// release();
|
||||
})();
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user