@yerofey/cryptowallet-cli 1.28.0 → 1.29.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ $ 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 ("
|
|
91
|
+
# generate BTC Taproot wallet ("bc1p...")
|
|
92
92
|
$ cw -c BTC -f taproot
|
|
93
93
|
|
|
94
94
|
# generate ERC-like wallet from mnemonic string
|