-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat(CLI): config identity fund
to fund accounts on networks
#828
Conversation
The build is failing on some platforms. For aarch64 it seems openssl doesn't build (maybe there is a missing dependency?) |
16ea653
to
e7be58a
Compare
I'm going to disable windows for this command to allow the CI to be happy. Here is an open issue to solve this in the future: |
I suspect that you'll need to add this platform-limit also in the cargo.toml |
8cd822b
to
152e21a
Compare
Also use `network` on `config identity generate`
152e21a
to
946b348
Compare
…ar#828) * feat: fund command * feat: move `config identity` Also use `network` on `config identity generate` * fix: allow for https and provide better errors * fix: docs and fmt * fix: get url from rpc and add openssl * fix: docs * fix: skip https on windows for now * fix: prevent windows in cargo.toml
…ar#828) * feat: fund command * feat: move `config identity` Also use `network` on `config identity generate` * fix: allow for https and provide better errors * fix: docs and fmt * fix: get url from rpc and add openssl * fix: docs * fix: skip https on windows for now * fix: prevent windows in cargo.toml
What
And new subcommand for funding accounts. And allow funding accounts when using
soroban config identity generate
Why
Remove the dependency on using tools like curl.
Known limitations
[TODO or N/A]