A simple and extensible Nostr key generator
- A command line interface for generating Nostr keys
npm i
npm run generate-nostr-keysBy default the keys will be printed to the console, if you want them as JSON try the command below:
npm run generate-nostr-keys -- --output jsonnpm i -g
nostr-key-generatorBy default the keys will be printed to the console, if you want the command to print the keys as JSON try the command below.
nostr-key-generator --output json