Skip to content

cyphercosmo/nostr-keys-generator

Repository files navigation

Welcome to nostr-key-generator

Description

A simple and extensible Nostr key generator

Features

  • A command line interface for generating Nostr keys

Installation & usage

Local

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

Global

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

About

A simple and extensible Nostr key generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published