Skip to content

Create a wallet page to provide wallet developers guidance about account creation #856

Open
@SimiHunjan

Description

@SimiHunjan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions