1.0.7 • Published 1 year ago

nostr-chat-widget-react v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

nostr-chat-widget-react

A react component that provides a live-chat widget over nostr.

Getting Started

npm i nostr-chat-widget-react
import NostrChatWidget from 'nostr-chat-widget-react'

<NostrChatWidget
    recipientPk={'32_BYTE_HEX_PUBLIC_KEY_FOR_NOSTR'}
    relayUrls={['wss://no.str.cr', 'wss://relay.damus.io', 'wss://nostr.fly.dev', 'wss://nostr.robotechy.com']} 
/>

Note: You can change the relayUrls to any relay(s) you'd like.

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago