@yerofey/cryptowallet-cli 1.26.1 → 1.26.2
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,6 +88,9 @@ $ cw -c BTC -f bech32 -m "radio bright pizza pluck family crawl palm flame forge
|
|
|
88
88
|
# generate N of BTC bech32 wallets from mnemonic string
|
|
89
89
|
$ cw -c BTC -f bech32 -n 10 -m "radio bright pizza pluck family crawl palm flame forget focus stock stadium"
|
|
90
90
|
|
|
91
|
+
# generate BTC Taproot wallet ("bc1q...")
|
|
92
|
+
$ cw -c BTC -f taproot
|
|
93
|
+
|
|
91
94
|
# generate ERC-like wallet from mnemonic string
|
|
92
95
|
$ cw -m "radio bright pizza pluck family crawl palm flame forget focus stock stadium"
|
|
93
96
|
|
|
@@ -112,7 +115,7 @@ $ cw -l
|
|
|
112
115
|
## Blockchains & tickers supported
|
|
113
116
|
|
|
114
117
|
- `EVM` (Ethereum, Polygon, Arbitrum, Optimism, L2/L3, etc.)
|
|
115
|
-
- `BTC` (Bitcoin) [legacy, segwit, bech32]
|
|
118
|
+
- `BTC` (Bitcoin) [legacy, segwit, bech32, taproot]
|
|
116
119
|
- `ETH` (Ethereum)
|
|
117
120
|
- `BNB` (Binance Coin) [BEP2, BEP20, ERC20]
|
|
118
121
|
- `BSC` (Binance Smart Chain)
|