Skip to content

Comments

Feat/wallet commands#14

Open
Abhay-2811 wants to merge 3 commits intoakave-ai:mainfrom
Abhay-2811:feat/wallet-commands
Open

Feat/wallet commands#14
Abhay-2811 wants to merge 3 commits intoakave-ai:mainfrom
Abhay-2811:feat/wallet-commands

Conversation

@Abhay-2811
Copy link
Collaborator

Changes:

  1. Wallet commands creation:
  • akavecli wallet create <account_name>: generates a private key and stores in ~/.akave_wallets/<account_name>.json
  • akavecli wallet list: Lists all stored wallets
  • akavecli wallet export-key <account_name>: returns private key for that account
  • akavecli wallet import <account_name> <private_key>: import an external account using private key
  1. Implemented usage of --account flag with ipc commands
  2. Backwards compatible with --private-key command [ Higher priority if both commands are used ]
  3. If neither flag is used, defaults to first account in list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant