Recover multiple Standalone accounts with a single mnemonic key

Hi everyone,
i’m developing an Android application in Java that interacts with the algorand network using a third party api service. I would need the same functionality of wallet generation of KMD (i.e. recover multiple accounts with a single mnemonic), but i read from the documentation that it’s unavailable if my application is not running a node. Can i replicate the KMD wallet generation using Standalone accounts?

We currently do not have that functionality in stand alone accounts. The sdks support getting kmd wallets but it has to be pointed to a node running kmd.

1 Like