πŸ”— NostrKV Connect - Complete Client Example

πŸš€ This is a fully functional NostrKV Connect client!
It demonstrates real encrypted communication over Nostr relays.
Perfect example for building your own NostrKV integrations.
πŸ’‘ How to use: Once connected (Step 1), all operations (Steps 2-5) become available immediately. You can use them in any order - no need to go sequentially!

1Enter Connection String

Paste your NostrKV Connect connection string:

2Get Server Information

Send encrypted get_info request via Nostr (available after connection):

3Set Key-Value

Store data in your isolated database (available after connection):

Send encrypted set request via Nostr:

4Get Key-Value

Retrieve data from your database (available after connection):

Send encrypted get request via Nostr:

5Get Multiple Keys (mget)

Retrieve multiple values in a single request (available after connection):

More efficient than making multiple individual get requests:

πŸ” Real-time Nostr Logs

[INFO] Client initialized. Ready to connect...