Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 5 months ago
[ nostr-dev-kit/ndk ] fix(svelte): correct wallet store mints API to return string[] - Changed `$wallet.mints` to return `string[]` (configured mint URLs) instead of `Mint[]` - Added `$wallet.mintBalances` getter that returns `Mint[]` with balances (including 0 balance) - Updated nutsack example components to use correct API - Updated README documentation