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

Allow to create account with specified public key #60

Closed
ilblackdragon opened this issue Jul 1, 2019 · 5 comments
Closed

Allow to create account with specified public key #60

ilblackdragon opened this issue Jul 1, 2019 · 5 comments
Assignees

Comments

@ilblackdragon
Copy link
Member

ilblackdragon commented Jul 1, 2019

near create_account illia.near PUB_KEY <amount>

@janedegtiareva
Copy link
Contributor

Why do we need this? We already have an ability to specify an account id.

@vgrichina
Copy link
Contributor

for setups where you don't want to have private key on device where you create account (for security reasons)

@vgrichina
Copy link
Contributor

@ilblackdragon I think that key and amount should be optional though, so you'd do:

near create_account illia.near --publicKey encoded_key --amount 1000000

@janedegtiareva
Copy link
Contributor

#78

@janedegtiareva
Copy link
Contributor

fixed with previously quoted PR

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

3 participants