-
Notifications
You must be signed in to change notification settings - Fork 0
how to create account on rinkby and store account in keystore? #287
Comments
You can generate account from mnemonics.
Then request some ether on Rinkeby Faucet. https://faucet.rinkeby.io |
Hello @v57 |
If you have mnemonics from metamask then you can load all your accounts
|
If you exported account in json format then:
But you cannot create sub-accounts using this way |
hello @v57 |
I think your library doesn't provide functionality of create account as provided by web3js. |
You can generate mnemonics and private keys by using
If you want to use login/password as account, you can generate it by using:
But you cannot restore password later |
i succesfully connect with local and do transection. Now i want to shift my code to rinkby network. is we have to manually create account on rinkby and store into keystore??
The text was updated successfully, but these errors were encountered: