A simple and extensible Nostr key generator
- A command line interface for generating Nostr keys
npm i
npm run generate-nostr-keys
By 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 json
npm i -g
nostr-key-generator
By 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