Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kunkun-ext-nostr-nip-19) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nostr NIP-19 Extension
This extension helps you encode and decode Nostr NIP-19 entities (like npub, nsec, note, nprofile, and nevent). It provides convenient commands that can be triggered from Kunkun.
Features
- Encode and decode Nostr NIP-19 entities
- Generate random Keypair
- Generate random Event KIND 1
- Support for npub, nsec, note, nprofile, and nevent formats
- Copy the result to your clipboard
- Shows success/error toast notifications
- Minimal and fast with small bundle size
Usage
- Install the extension in Kunkun
- Run one of the "NIP-19" commands (Encode/Decode)
- Paste the required information when prompted
What is NIP-19?
NIP-19 is a Nostr Implementation Possibility that defines how to encode various Nostr entities like public keys, private keys, event IDs, and more using the bech32 format for human-friendly representation.