JavaScript Web Nostr Client is a web (JavaScript) client that allows to send public or private messages using the Nostr open protocol.
- Download or clone this repository.
- Open index.html.
- Click the Generate button to generate random public/private keys.
- Save these keys, they represent your identity.
- Input a relay url.
- Click the Connect button.
- Leave the destination input empty.
- Input a message.
- Click the Send button.
- Enter a public destination key.
- Input a message.
- Click the Send button.
Open the JavaScript Console. You'll find logs, such as connecting to a relay, receiving events and links to the Nostr Gateway when sending messages.