2026-04-08 17:32:38 +07:00
2026-04-08 17:32:38 +07:00
2023-11-21 10:04:38 +07:00
2026-04-08 12:57:04 +07:00
2026-04-08 11:28:39 +07:00
2026-04-08 11:54:00 +07:00
2026-04-08 12:57:04 +07:00
2026-04-08 12:57:04 +07:00
2026-04-08 12:57:04 +07:00
2022-01-09 21:30:15 -03:00
2026-04-08 11:54:00 +07:00
2026-04-08 11:54:00 +07:00
2026-04-08 11:28:39 +07:00
2026-04-08 17:32:38 +07:00
2026-04-08 13:23:49 +07:00
wip
2023-11-20 13:50:59 +07:00
2026-04-08 11:54:00 +07:00

Nostr Signer (formerly Nostr Connect)

A Nostr Signer Extension - sign nostr events on web-apps without giving them your keys. Forked from nos2x with a fancy UI, crafted by Karnage.

Features

Implements NIP-07 and more:

async window.nostr.getPublicKey(): string // returns your public key as hex
async window.nostr.signEvent(event): Event // returns the full event object signed
async window.nostr.getRelays(): { [url: string]: RelayPolicy } // returns a map of relays
async window.nostr.nip04.encrypt(pubkey, plaintext): string // NIP-04 encryption
async window.nostr.nip04.decrypt(pubkey, ciphertext): string // NIP-04 decryption
async window.nostr.nip44.encrypt(pubkey, plaintext): string // NIP-44 encryption
async window.nostr.nip44.decrypt(pubkey, ciphertext): string // NIP-44 decryption

Install

Develop

git clone https://git.reya.su/reya/nostr-connect
cd nostr-connect
bun install
bun run build

Then:

  1. Go to chrome://extensions
  2. Enable "developer mode"
  3. Click "Load unpackaged"
  4. Select the extension/output/ folder

Commands

bun run dev          # Development mode
bun run build        # Production build
bun run lint         # Lint code
bun run test         # Run tests
bun run package:chrome   # Package for Chrome
Description
nostr signer extension, fork of nos2x by fiatjaf
Readme 5.3 MiB
Languages
JavaScript 99.9%