Back to the catalog

applesauce-signers

This skill should be used when working with applesauce-signers library for Nostr event signing, including NIP-07 browser extensions, NIP-46

Open source Open in the app JSON README (API)

About

This skill should be used when working with applesauce-signers library for Nostr event signing, including NIP-07 browser extensions, NIP-46 remote signing, and custom signer implementations. Provides

Details

Kind
Agent skills
Topic
No topic detected
Publisher
purrgrammer
Origin
majiayu
Category
ferramentas
Stars
11
Forks
15
Open pull requests
7
Last push
2026-09-04T13:38:03Z
Repository state
ativo
Language
TypeScript
License
MIT
Added
2026-09-02 18:12:26
Updated
2026-09-02 18:12:26
Origin id
purrgrammer/grimoire/data/applesauce-signers@main

README

# 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+K` to 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

Requires Node 24 or newer (`.nvmrc` pins 26).

```bash
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 test:run` | Run tests once |
| `npm run typecheck` | Typecheck without emitting |
| `npm run lint` | Lint code |
| `npm run format` | Format code |

## License

MIT

More