@yerofey/cryptowallet-cli 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ $ cw -c BNB -f BEP20 -m "radio bright pizza pluck family crawl palm flame forget
|
|
|
56
56
|
# generate just a mnemonic string (12 words) to import in any wallet app
|
|
57
57
|
$ cw -m
|
|
58
58
|
|
|
59
|
-
# list all supported
|
|
59
|
+
# list all supported blockchains
|
|
60
60
|
$ cw -l
|
|
61
61
|
```
|
|
62
62
|
|
|
@@ -89,17 +89,17 @@ $ cw -l
|
|
|
89
89
|
*\*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)*
|
|
90
90
|
|
|
91
91
|
## Options
|
|
92
|
-
* `-c` or `--
|
|
93
|
-
* `-f` or `--format`: Specify
|
|
92
|
+
* `-b` or `-c` or `--chain`: Specify the blockchain ticker to generate a wallet for
|
|
93
|
+
* `-f` or `--format`: Specify the blockchain wallet format (for BTC: legacy, segwit, bech32)
|
|
94
94
|
* `-g` or `--geek`: Display some additional "geeky" info
|
|
95
|
-
* `-l` or `--list`: List all supported
|
|
95
|
+
* `-l` or `--list`: List all supported blockchains
|
|
96
96
|
* `-m` or `--mnemonic`: Use a bip39 mnemonic phrase (if is set) to generate wallet, or leave it empty to generate new one
|
|
97
97
|
* `-n` or `--number`: Specify number of wallets to display (works for HD wallets only, like BTC/LTC/DOGE)
|
|
98
|
-
* `-p` or `--prefix`: Specify desired prefix
|
|
99
|
-
* `-P` or `--prefix-sensitive`: Specify desired prefix of
|
|
100
|
-
* `-s` or `--suffix`: Specify desired suffix
|
|
101
|
-
* `-S` or `--suffix-sensitive`: Specify desired suffix
|
|
102
|
-
* `-v` or `--version`: Display
|
|
98
|
+
* `-p` or `--prefix`: Specify desired prefix for the wallet address (**case-insensitive**)
|
|
99
|
+
* `-P` or `--prefix-sensitive`: Specify desired prefix of the wallet address (**case-sensitive**)
|
|
100
|
+
* `-s` or `--suffix`: Specify desired suffix for the wallet address (**case-insensitive**)
|
|
101
|
+
* `-S` or `--suffix-sensitive`: Specify desired suffix for the wallet address (**case-sensitive**)
|
|
102
|
+
* `-v` or `--version`: Display current version of CW tool
|
|
103
103
|
|
|
104
104
|
## Highlights
|
|
105
105
|
- 24+ blockchains supported
|