Integrate NDK for Nostr client functionality and update dependencies

This commit introduces the Nostr Development Kit (NDK) to enhance the Nostr client functionality. Key changes include:

- Added `NDKPrivateKeySigner` for improved authentication methods in `LoginModal.svelte` and `App.svelte`.
- Refactored the Nostr client to utilize NDK for connection and event fetching, streamlining the connection process and event handling.
- Updated `go.mod` and `package.json` to include `@nostr-dev-kit/ndk` as a dependency.
- Created a new `package-lock.json` to reflect the updated dependency tree.

These changes improve the overall architecture and maintainability of the Nostr client.
This commit is contained in:
2025-10-10 17:37:43 +01:00
parent 919747c910
commit 075dc6b545
8 changed files with 2144 additions and 481 deletions

1796
app/web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff