Subcommand for generating and printing wallets #17
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/icepick#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Because icepick takes key derivation requests from the previous command, two commands need to be run. Example:
My concern with this is that
generate-wallet
doesn't actually generate the wallet, it just tells the next invocation oficepick
that it should generate the keys to be used for that wallet.Changed operation to get-wallet-address to make it less CLI oriented.