UNPKG

nostr-nsec-seedphrase

Version:

A comprehensive TypeScript library for Nostr key management with BIP39 seed phrases, supporting both ESM and CommonJS. Implements NIP-01, NIP-06, NIP-19, and NIP-26 with key generation, event signing, bech32 encoding/decoding, and secure cryptographic ope

9 lines (8 loc) 230 B
/** * @module nips * @description Nostr Implementation Possibilities (NIPs) */ export * as nip19 from './nip-19.js'; export * as nip26 from './nip-26.js'; // We'll add these as we implement them // export * from './nip-06.js';