1.0.7 • Published 2 years ago

nostr-chat-widget-react v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago