nos2x icon
nos2x icon

nos2x

nostr signer extension.

Cost / License

  • Free
  • Open Source

Platforms

  • Google Chrome
  • Chromium
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Browser extension

nos2x News & Activities

Highlights All activities

Recent activities

No activities found.

nos2x information

  • Developed by

    fiatjaf
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Web BrowsersSocial & Communications

GitHub repository

  •  346 Stars
  •  75 Forks
  •  22 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
nos2x was added to AlternativeTo by Darlene Sonalder on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is nos2x?

Nostr Signer Extension

Use this to sign Nostr events on web-apps without having to give them your keys.

It implements NIP-07, i.e. provides a window.nostr object which has the following methods:

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 // returns ciphertext+iv as specified in nip04 async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext+iv as specified in nip04

This extension is Chromium-only. For a maintained Firefox fork, see nos2x-fox.