We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a form similar to the one found in Anchor Desktop which allows specifying:
2000
And optionally, if staking for resources is available on the network, we can add:
Once submitted, this page will create 2-3 actions inside a transaction to create a new account.
eosio:newaccount
eosio:buyrambytes
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need a form similar to the one found in Anchor Desktop which allows specifying:
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:
Once submitted, this page will create 2-3 actions inside a transaction to create a new account.
eosio:newaccount
eosio:buyrambytes
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.
The text was updated successfully, but these errors were encountered: