Skip to content

Commit

Permalink
v1.2.7: readme - options added
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Sep 5, 2021
1 parent 64289a7 commit 357ffd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ $ cw -l

*\*all other cryptos that are tokens in the ecosystems like Ethereum, Binance Smart Chain or Polygon and others (EVM compatible) are supported too, you just need to create ERC wallet (that is set by default)*

## Options
* `-c` or `--coin`: Specify the ticker of a coin to generate wallet for
* `-f` or `--format`: Specify cryptocurrency wallet format (for BTC: legacy, segwit, bech32)
* `-g` or `--geek`: Display some additional "geeky" info
* `-l` or `--list`: List all supported cryptocurrencies
* `-m` or `--mnemonic`: Use a bip39 mnemonic phrase (if is set) to generate wallet, or leave it empty to generate new one
* `-n` or `--number`: Specify number of wallets to display (works for HD wallets only, like BTC/LTC/DOGE)
* `-p` or `--prefix`: Specify desired prefix of an wallet address (case sensitive)
* `-P` or `--prefix-ignorecase`: Specify desired prefix of an wallet address (case insensitive)
* `-v` or `--version`: Display the version of CW tool

## Highlights
- 24 blockchains supported
- Generate wallet with desired prefix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.2.6",
"version": "1.2.7",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
"author": "Yerofey S. <[email protected]> (https://github.com/yerofey)",
"bin": {
Expand Down

0 comments on commit 357ffd2

Please sign in to comment.