@yerofey/cryptowallet-cli 1.6.0 → 1.6.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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,9 @@ $ cw -c BNB -f BEP2 -m "radio bright pizza pluck family crawl palm flame forget
|
|
|
53
53
|
# generate BNB (BEP20) wallet from mnemonic string
|
|
54
54
|
$ cw -c BNB -f BEP20 -m "radio bright pizza pluck family crawl palm flame forget focus stock stadium"
|
|
55
55
|
|
|
56
|
+
# generate few wallets and save the output into a file
|
|
57
|
+
$ cw -c btc -n 10 -o csv -F out.csv
|
|
58
|
+
|
|
56
59
|
# generate just a mnemonic string (12 words) to import in any wallet app
|
|
57
60
|
$ cw -m
|
|
58
61
|
|