Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK Improvement to switch between different already created wallets #116

Open
SergiExec opened this issue Jun 30, 2020 · 0 comments
Open

Comments

@SergiExec
Copy link

SergiExec commented Jun 30, 2020

When we create a new wallet, by default, the SDK uses the last wallet we have created. In order to use a different wallet one time, we must first find the wallet address we want to use, copy it and paste it in the respective command using the label --wallet-address (e.g. iexec app deploy --wallet-address 0xDf16d29E83E227160B23B2203XXXXXXXXX). I propose an improvement in this aspect: to be able to change the wallet we are using with a single command:
(e.g. iexec wallet switch or change 0xDf16d29E83E227160B23B2203XXXXXXXXX) then: iexec app deploy and in this way not have to go looking for the wallet address every time we want to use it if we pretend to do more actions with this wallet, not just once.

@SergiExec SergiExec changed the title Improvement to switch between different already created wallets SDK Improvement to switch between different already created wallets Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants