bip39-cli-0.1.0 is not a library.
BIP39 CLI
A simple command-line tool for generating BIP39 mnemonic phrases.
Installation
Install from crates.io:
Or build from source:
Usage
Basic Usage
Generate a 12-word mnemonic phrase (default):
or explicitly:
Generate 24-word mnemonic
Use custom entropy
You can provide your own entropy string:
Help
Examples
)
)
)
Options
-g, --generate: Generate a new mnemonic phrase (default behavior)-w, --words <WORDS>: Number of words in the mnemonic (12 or 24) [default: 12]-e, --entropy <STRING>: Custom entropy string (optional)-h, --help: Print help information-V, --version: Print version information
Security Note
⚠️ Important: The generated mnemonic phrases are for educational and development purposes. For production use with real cryptocurrency, ensure you're using a secure, offline environment and proper entropy sources.
License
This project is licensed under either of
- Apache License, Version 2.0
- MIT License
at your option.