Create the HD Wallet
Create the HD Wallet and provide the mnemonic phrase.Usage: ioctl hdwallet create
Example
Delete the HD Wallet
Deletes the HD Wallet from the systemUsage: ioctl hdwallet delete
#Example
Derive an address
Derive an address from the HD Wallet given a certain derivation path.Usage: ioctl hdwallet derive id1/id2/id3
Example
Send transactions
Once you imported a seed phrase or created a brand new HD wallet, you can refer the private key of one of it’s derived addresses withhdw::a/b/c.
For example, if you want to make an IOTX transfer from the first HD Wallet derived address, here is how you’d do it:
io1m22v9cnnjcktas584wcl96vl5z5e700l7fdvhk is the recipient and io1d77dcytfk5fsck089eg7669gfpqunrx35ue5ln is the ioUSDT token contract address on IoTeX.
Export the HD Wallet
Displays the mnemonic phrase for the HD wallet #ExampleUsage: ioctl hdwallet export
Example
Import a mnemonic phrase
Usage: ioctl hdwallet import

