Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaonoctus/nip06-cli
NodeJS CLI to generate or restore Nostr NIP-06
https://github.com/jaonoctus/nip06-cli
bech32 bip32 bip39 cli nip-06 nip06 nostr
Last synced: 24 days ago
JSON representation
NodeJS CLI to generate or restore Nostr NIP-06
- Host: GitHub
- URL: https://github.com/jaonoctus/nip06-cli
- Owner: jaonoctus
- License: mit
- Created: 2023-01-17T08:07:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T02:32:13.000Z (7 months ago)
- Last Synced: 2024-10-29T18:09:34.381Z (about 2 months ago)
- Topics: bech32, bip32, bip39, cli, nip-06, nip06, nostr
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nip06-cli
- Size: 244 KB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - nip06-cli - cli.svg?style=social) - a Node.js CLI to generate or restore NIP-06 seed phrases (Tools / Client reviews and/or comparisons)
README
# nip06-cli
NodeJS CLI to generate or restore Nostr [NIP-06](https://github.com/nostr-protocol/nips/blob/master/06.md)
## Install
```bash
npm i -g nip06-cli
```## Usage
```
$ nip06-cli [options] [command]NodeJS CLI to generate or restore Nostr NIP-06
Options:
-v, --version output the version number
-h, --help display help for commandCommands:
random Generate a random mnemonic
restore Restore an existing mnemonic
help [command] display help for command
```## Docker
```
docker run --rm -it jaonoctus/nip06-cli [options] [command]
```