@@ -35,7 +35,7 @@ tx Create and broadcast Transactions
3535validator Stake, UnStake, UnBond, Unjail and other actions useful for Validators
3636account Get Account data (nonce, balance) from the Network
3737ledger Get Ledger App addresses and version
38- wallet Derive secret key from mnemonic, bech32 address helpers etc.
38+ wallet Create wallet, derive secret key from mnemonic, bech32 address helpers etc.
3939network Get Network parameters, such as number of shards, chain identifier etc.
4040cost Estimate cost of Transactions
4141dispatcher Enqueue transactions, then bulk dispatch them
@@ -744,7 +744,7 @@ optional arguments:
744744$ erdpy wallet --help
745745usage: erdpy wallet COMMAND [-h] ...
746746
747- Derive secret key from mnemonic, bech32 address helpers etc.
747+ Create wallet, derive secret key from mnemonic, bech32 address helpers etc.
748748
749749COMMANDS:
750750 {new,derive,bech32,pem-address,pem-address-hex}
@@ -755,7 +755,7 @@ OPTIONS:
755755----------------
756756COMMANDS summary
757757----------------
758- new Create a new wallet
758+ new Create a new wallet and print its mnemonic; optionally save as password-protected JSON (recommended) or PEM (not recommended)
759759derive Derive a PEM file from a mnemonic or generate a new PEM file (for tests only!)
760760bech32 Helper for encoding and decoding bech32 addresses
761761pem-address Get the public address out of a PEM file as bech32
@@ -769,7 +769,8 @@ pem-address-hex Get the public address out of a PEM file as hex
769769$ erdpy wallet new --help
770770usage: erdpy wallet new [-h] ...
771771
772- Create a new wallet
772+ Create a new wallet and print its mnemonic; optionally save as password-protected JSON (recommended) or PEM (not
773+ recommended)
773774
774775optional arguments:
775776 -h, --help show this help message and exit
0 commit comments