Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| > | ||
| > <cite>—[pablof7z](https://github.com/nostr-dev-kit/ndk)</cite> | ||
|
|
||
| The advanced packages cover Web of Trust filtering, [NIP-77](https://github.com/nostr-protocol/nips/blob/master/77.md) negentropy set reconciliation, multi-account session management, [NIP-17](https://github.com/nostr-protocol/nips/blob/master/17.md) gift-wrapped DMs, [NIP-60](https://github.com/nostr-protocol/nips/blob/master/60.md) cashu wallet integration with [NWC](/topics/nostr-wallet-connect) and WebLN support, and a [Blossom](/topics/blossom) client for media. A set of cache adapters (in-memory LRU, IndexedDB via Dexie, SQLite, SQLite WASM, Redis, and an experimental nostr-relay-as-cache) lets the same code run anywhere from a browser tab to a server-side process. Outbox-model relay selection ([NIP-65](https://github.com/nostr-protocol/nips/blob/master/65.md)) is built into the core and used to drive subscription routing. |
Contributor
There was a problem hiding this comment.
Could be helpful to have a WoT topic page?
Member
Author
There was a problem hiding this comment.
Yes. Add to https://github.com/OpenSats/content/issues/64
TumaBitcoiner
approved these changes
Apr 29, 2026
Co-authored-by: Tuma <119351965+TumaBitcoiner@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an NDK project page to the projects section. The page describes Pablo F7z's TypeScript toolkit for building nostr applications, structured as a monorepo of small packages with first-class outbox-model support and reactive UI bindings for Svelte and React.
data/projects/ndk.mdxcovering the package layout (core, framework integrations, cache adapters, advanced features), the supported NIPs (NIP-65 outbox, NIP-77 negentropy, NIP-46 remote signing, NIP-60 cashu, NIP-17 DMs, etc.), and OpenSats' funding history (July 2023 nostr grant + April 2024 LTS grant)public/static/images/projects/ndk.svgas the cover image (the official NDK logo fromnvk/ndk.fyi)Closes https://github.com/OpenSats/content/issues/63
Build preview: