Files
routstrd/.gitignore
redshift ebec737191 feat(cli): add npubs management commands
- Add normalizeNostrPubkey, npubFromPubkey, npubFromSecretKey to nip98.ts
- Extend callDaemon to accept DELETE method
- Add  subcommands:
  - list: GET /npubs
  - add <npub>: POST /npubs (accepts hex pubkey or npub1...)
  - delete <npub>: DELETE /npubs/:npub (accepts hex pubkey or npub1...)
- All npubs commands go through callDaemon, so they work with
  remote daemons and are automatically NIP-98 signed
2026-04-28 11:16:14 +05:30

37 lines
296 B
Plaintext

node_modules/
dist/
build/
.env
.env.local
.env.*.local
*.log
npm-debug.log*
bun-debug.log*
# Date-based log files in logs folder
logs/
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
coverage/
.nyc_output/
tmp/
temp/
.pi/
.worktrees/
.routstrd/
# Standalone prototype scripts
index.ts