Open
Description
Problem
There are different ways wallets can create accounts for their users.
(1) Create account in batch -> update the key on the account when it assigned the user
(2) Create an account on demand
For each method we need to walk the developer through all the things they need to consider.
For (1) the recommendation is to create an account with an ECDSA key. Then when the account is assigned to the user the ECDSA key is updated and the EVM address is set. This depends on HIP-1082 to allow updating of aliases on accounts hiero-ledger/hiero-improvement-proposals#1082
For (2) the recommendation is to create accounts and set the evm address.
What other points need to be included in this document @gregscullard @serg?
Solution
see above
Alternatives
No response