Skip to content
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

Add manual account creation page #338

Open
aaroncox opened this issue Jan 20, 2025 · 0 comments
Open

Add manual account creation page #338

aaroncox opened this issue Jan 20, 2025 · 0 comments

Comments

@aaroncox
Copy link
Member

We need a form similar to the one found in Anchor Desktop which allows specifying:

  • An account name (check availability)
  • An owner key (validate key)
  • An active key (validate key)
  • [Optional] An amount of RAM to buy for the new account, default to 2000 (enough to create an account with a bit of RAM).

And optionally, if staking for resources is available on the network, we can add:

  • [Optional] Amount of tokens to stake for CPU
  • [Optional] Amount of tokens to stake for NET

Once submitted, this page will create 2-3 actions inside a transaction to create a new account.

  • eosio:newaccount
  • eosio:buyrambytes
  • [Optional] eosio::delegatebw

Example transaction:

https://unicove.com/en/eos/transaction/942f4aa070ad49d53254a5ab36db9b9e146daa7181f3af7f452f5809f4c0895e

This will allow a user who is currently logged in with an account, to create additional accounts.

Screenshot from Anchor below.

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant