0.0.6 • Published 8 months ago
@nostr-ts/node v0.0.6
nostr-ts Node
Nostr: A simple, open protocol that enables a truly censorship-resistant and global social network.
This package is part of nostr-ts.
@nostr-ts/common: common types and functions@nostr-ts/node: client for usage with nodewslibrary@nostr-ts/web: client for usage with browserWebSocketAPI
Checkout the documentation for more information.
Installation
pnpm add @nostr-ts/nodeGet started
import { NewShortTextNote, NFilters } from '@nostr-ts/common'
import { RelayClient, RelayDiscovery, loadOrCreateKeypair, NUser } from '@nostr-ts/node'In the browser use:
import { NewShortTextNote, NFilters } from '@nostr-ts/common'
import { RelayClient, loadOrCreateKeypair, NUser } from '@nostr-ts/web'