Use applesauce properly

This commit is contained in:
Jon Staab
2026-06-08 16:35:10 -07:00
parent 5545558b0c
commit 7897631733
141 changed files with 40608 additions and 79 deletions
+4
View File
@@ -13,3 +13,7 @@ Rotating membership is a special case of signing an event. The option opens a fo
The sign event button opens a modal/drawer for choosing an event kind: public note (kind 1), relay selections (kind 10002), or profile (kind 0).
Use SolidJS, Tailwind, Preline, and applesauce for Nostr functionality. Use `@noble/curves` for FROST cryptographic primitives (DKG, Feldman VSS, threshold signing) and `@noble/hashes` for hash functions. Use toast for error messages, not inline errors.
# Code style
Never re-export imports, always update the call site to point at the new source.