mirror of
https://github.com/Routstr/routstrd.git
synced 2026-07-22 12:22:20 +00:00
- 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
37 lines
296 B
Plaintext
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
|