mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 16:07:15 +02:00
3894188563d5b079caacca8d1419c44383022a87
Remove client tag support from NIP-29 adapter events and zap requests as these events may be rejected by servers with large tags or have specific size constraints. Changes: - Removed client tag from NIP-29 chat messages (kind 9) - Removed client tag from NIP-29 reactions (kind 7) - Removed client tag from NIP-29 join/leave requests (kind 9021, 9022) - Removed client tag from NIP-29 group bookmarks (kind 10009) - Removed client tag from zap requests (kind 9734) Client tags remain enabled for: - Regular posts (kind 1) - Spell publishing (kind 777) - Event deletion (kind 5) This ensures maximum compatibility with relay servers and LNURL endpoints while still providing client identification for standard events.
Grimoire
A Nostr protocol explorer and developer tool with a tiling window manager interface.
Features
- Tiling Windows - Each window is a Nostr "app" (profile viewer, event feed, NIP docs, etc.)
- Command Palette - Unix-style commands via
Cmd+Kto open apps and navigate - Multi-workspace - Virtual desktops with independent layouts
- Real-time - Reactive event subscriptions with automatic updates
Stack
React 19, TypeScript, Vite, TailwindCSS, Jotai, Dexie, Applesauce
Getting Started
npm install
npm run dev
Scripts
| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Build for production |
npm test |
Run tests in watch mode |
npm run lint |
Lint code |
npm run format |
Format code |
License
MIT
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%