stellar / stellar-cli

CLI for Stellar developers
70 stars 69 forks source link

Auth Next: Add support for account generation in sandbox #431

Open dmkozh opened 1 year ago

dmkozh commented 1 year ago

There is currently no way to test anything auth next related in the sandbox mode. The simplest way to support this would be to add capability to generate accounts in the sandbox ledger.

dmkozh commented 1 year ago

I've just learned that it is possible to emulate this by passing --account flag to the invocation. This is enough for simpler cases, but not for when e.g. we want to do auth for more than a single account.